Matlab 2024a creates "Downloads" folder automatically when start up
Mostra commenti meno recenti
I installed matlab 2024a in CentOS Stream 9. It creates a folder named "Downloads" at my home directory everytime when I launch it. I really don't like this feature. In the previous version, it can be solved by 'userpath /path/prefer'. But it didn't work for 2024a. Is there a way to avoid creating "Downloads"?
3 Commenti
Umar
il 19 Lug 2024
Hi Hua,
Locate your Matlab startup file, typically named startup.m. Edit the startup.m file and add the following line to set a custom download folder path:
userpath('/path/to/preferred/folder');
Replace /path/to/preferred/folder with the absolute path of the directory where you want downloads to be stored.
By following these steps, you can avoid Matlab 2024a from creating the "Downloads" folder in your home directory every time you launch the application.
For more information regarding startup.m, please refer to https://www.mathworks.com/help/matlab/matlab_env/matlab-startup-folder.html#
Hope this answers your question.
Hua Wang
il 19 Lug 2024
Hua Wang
il 19 Lug 2024
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!