Question of automatically creating MATLAB folder
29 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Pengyu
il 17 Ott 2014
Commentato: Zaidan
il 26 Ott 2024 alle 10:58
Every time I open MATLAB, it creates a MATLAB folder automatically for me under ~/Documents/. Is there any way that to stop it doing this? I use Mac OS X 10.10 and I set default startup path to be a custom path. Thank you!
Risposta accettata
Ken Atwell
il 17 Ott 2014
Modificato: Ken Atwell
il 17 Ott 2014
Try:
>> userpath /my/custom/location
Then restart MATLAB.
5 Commenti
MEHMET BAYIK
il 4 Nov 2022
Thanks a lot. Just for reference, it still works on r2022a version on M1 processor via Rosetta 2.
Zaidan
il 26 Ott 2024 alle 10:58
This still works like a charm on the R2024a Version on M3 Processor. Thank you so much!
Più risposte (1)
Stefan Baginski
il 29 Lug 2020
Many thanks. This has helped me as well. Just for reference this is the command I have used to set it up:
userpath("/Users/Stefan/Library/Mobile Documents/com~apple~CloudDocs/MATLAB")
Afterwards the MATLAB folder in Documents is no ~/Documents/ is no longer created.
Best
Stefan
0 Commenti
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!