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!