MATLAB 2024b startup folder does not change when I try to set another folder in Preferences
25 ビュー (過去 30 日間)
古いコメントを表示
I recently installed version 2024b and the startup folder is "C:\Program Files\MATLAB\R2024b\bin" which is obviously where I installed the recent version.
Now when I go to Preferences and set this folder as the one from previous session or as a fixed one, then close MATLAB and start again, it still starts at the same folder that I mentioned above.
I also don't remember having had this problem with the previous versions.
1 件のコメント
Sumukh
2024 年 9 月 23 日
Hi Saeid,
I could not reproduce the issue in the startup folder. The functionality seems to be working fine. You can refer to the following documentation to debug the issue:
There is a possibility that you have a "startup.m" file declared in your system. The above documentation states that the "startup.m" can change the "Initial Working Folder" and override the folder specified in the "Preferences" Window. You can refer to the following documentation to know more about the startup.m file:
回答 (1 件)
Manikanta Aditya
2024 年 10 月 10 日
Hi Saeid,
Firstly you need to check for a 'startup.m' file. MATLAB uses a startup.m file to execute commands when it starts. If this file exists in your MATLAB path, it might be overriding your preferences. You can search for this file in your MATLAB installation directory and any custom paths you have added.
As said by Sumuk above, try this and see if this resolves the issue:
- Set the Initial Working Folder:
- Go to Preferences > MATLAB > General.
- Under Initial working folder, select Last working folder from previous MATLAB session or Custom and specify your desired folder
Refer the following documentation to know more about MATLAB startup folder:
Hope this helps.
0 件のコメント
参考
カテゴリ
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!