MATLAB 2024b startup folder does not change when I try to set another folder in Preferences

26 次查看(过去 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
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
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:
  1. Set the Initial Working Folder:
  2. Go to Preferences > MATLAB > General.
  3. 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.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by