How to change the default working folder ?

3 views (last 30 days)
I'm running matlab R2017a on Debian 9, every time I start MATLAB it creates the ~/Documents/MATLAB folder and assumes that it is the main working folder. I would like the default folder to be ~/Documents/prog/matlab, how should I do that ?
Thank you !

Accepted Answer

Ameer Hamza
Ameer Hamza on 4 May 2018
Open MATLAB preferences: Click on the top bar or type preferences in a command window. Go to General > Initial working folder. Specify the required folder you want to have at MATLAB startup.

More Answers (1)

ugor
ugor on 4 May 2018
Thank you very much, it works. I just have to start MATLAB with
%bash
matlab -useStartupFolderPref
but a simple alias do the job.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!