フィルターのクリア

setting environment paths in matlab

2 ビュー (過去 30 日間)
Kaushik
Kaushik 2012 年 11 月 8 日
hi,
how do i setup matlab such that it looks at the paths set in the environment variable of my computer. i am running matlab in windows 32 bit.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 11 月 8 日
click on
  • file
  • set path

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2012 年 11 月 8 日
On Windows:
[~,result] = system('path');
addpath(result(6:end))

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by