MATLAB default startup folder - how to 'disable' it?
Ältere Kommentare anzeigen
My MATLAB (R2011a) on Windows always creates a 'MATLAB' folder in my user directory ( C:/Documents and Settings/<username>/My Documents/MATLAB ) whenever MATLAB starts. Delete it, and the next time MATLAB starts it is created again.
I use a different folder for my MATLAB work, and I do not require this folder, I find it's presence annoying.
I have found a clumsy workaround by including the line
rmdir('C:/Documents and Settings/<username>/My Documents/MATLAB')
in my personal startup.m file.
Does anyone know of a nicer solution? I've spent some time searching the MATLAB help and the internet but haven't found a better solution myself.
Any help gratefully received.
Antworten (1)
Jan
am 22 Sep. 2011
Bearbeitet: John Kelly
am 27 Feb. 2015
0 Stimmen
1 Kommentar
Fred
am 22 Sep. 2011
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!