How to change default path on startup for Mac?
显示 更早的评论
I have the newest version. I have played around with 'userpath' but no matter what I do, every time I open MATLAB it defaults to the old directory. How can I change this? Many thanks.
回答(3 个)
Geoff Hayes
2014-6-17
There is a startup.m file that you can update to change to another directory (I've done the same on my Mac) on start up. In the Command Window type
open startup.m
and the file will be opened in the editor (file located on my computer at /Applications/MATLAB_R2014a.app/toolbox/local). Just add a line similar to the following
cd /Users/geoff/Development/matlab
Save and restart MATLAB and see what happens.
Cary
2014-6-17
0 个投票
6 个评论
Geoff Hayes
2014-6-17
编辑:Geoff Hayes
2014-6-17
Where have you saved this startup.m file to?
I should have pointed out that there is a file, startupsav.m, found in the /Applications/MATLAB_R2014a.app/toolbox/local directory, that should be renamed to startup.m.
Cary
2014-6-17
Cary
2014-6-17
Geoff Hayes
2014-6-17
编辑:Geoff Hayes
2014-6-17
Remove or comment out the load matlab.mat as it is there for show. I've attached my startup.m as an example.
Cary
2014-6-17
Geoff Hayes
2014-6-18
Awesome!
Bill Whiten
2014-6-18
0 个投票
You could try: http://www.mathworks.com/matlabcentral/fileexchange/39425-restore-project-status-for-selected-project
Allows you to select folder on startup (and other times) also reopens files in editor and restores path.
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!