I am trying to change my initial working folder in MATLAB R2020b. I attempted to change the initial working folder in Preferences by following the steps outlined in the documentation. To access these instructions, execute the following command in the MATLAB R2020b command window:
>> web(fullfile(docroot, 'matlab/matlab_env/matlab-startup-folder.html'))
However, MATLAB still opens to a different directory.
I then tried to remove the current initial working directory using "Set Path" in the Home -> Environments tab in the Toolstrip, and by using the function "rmpath". Still, MATLAB opens to the wrong directory. How can I point MATLAB to my desired initial working directory?