setting environment paths in matlab
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Sean de Wolski
2012 年 11 月 8 日
On Windows:
[~,result] = system('path');
addpath(result(6:end))
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!