2017a startup.m is not run being executed
1 回表示 (過去 30 日間)
古いコメントを表示
why isn't startup.m being executed when I start matlab?
It is still is the same directory ~/matlab
0 件のコメント
回答 (1 件)
Star Strider
2017 年 3 月 17 日
You have to put it in:
C:\Program Files\MATLAB\R2017a\toolbox\local\
making appropriate changes in the directory addressing for operating systems other than Windows.
When you run:
q = which('startup.m', '-all')
one if the outputs should be (in Windows):
C:\Program Files\MATLAB\R2017a\toolbox\local\startup.m
(I keep a separate copy in one my user files directory so I can edit it easily if necessary, and copy it to the appropriate location with each new release.)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Downloads についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!