I would like to set the folder /Users/ALJI/MATLAB as a default current folder for Matlab. I mean on every start up Matlab should point to this folder. is it pos
/Users/ALJI/MATLAB
I finally found it.
You edit a file named startup.m in /matlabrootfolder/toolbox/local and I add cd /Users/ALJI/MATLAB.
startup.m
/matlabrootfolder/toolbox/local
cd /Users/ALJI/MATLAB
It worked, hope this help :)