issues with "set path"
14 ビュー (過去 30 日間)
古いコメントを表示
I'm running OSX 10.7.5 and using Matlab 2011A (Student Version) and have recently encountered a small problem. When I update my path file (file >> setpath >> add some new directory and then save changes), any changes I made are gone the next time I open the Matlab application. Interestingly, the directories and subdirectories I had added to my path months ago are still there.
Any thoughts on why this might be happening? Fixes?
Thanks in advance.
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 7 月 28 日
Try calling savepath() after you call setpath().
2 件のコメント
Image Analyst
2013 年 7 月 28 日
Editing your startup.m file to set the path each time would be more preferred I believe.
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!