Warning: Unable to locate a personal folder for $documents\MATLAB
34 ビュー (過去 30 日間)
古いコメントを表示
How can I fix the following error?
Warning: Unable to locate a personal folder for $documents\MATLAB
Thank you, Derrick
0 件のコメント
採用された回答
Image Analyst
2015 年 1 月 8 日
Does it mean the userpath? Try this:
userpath(newpath)
savepath;
userpath(newpath) sets the primary userpath folder to newpath. The newpath folder appears at the top of the search path immediately and at startup in future sessions. MATLAB removes the folder previously specified by userpath from the search path.
2 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!