Warning: Unable to locate a personal folder for $documents\MATLAB
58 次查看(过去 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!