Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6434  / 2 Years ago, sat, october 29, 2022, 2:58:05

After installing MATLAB2012b and starting it, the folder MATLAB gets created under ~/Documents/.



I want this MATLAB folder to be created in other directory, for example ~/Documents/workspace.



What should I do?


More From » 12.10

 Answers
1

in my case i install matlab in this directory /usr/local/MATLAB/R2012a
then you go to /usr/local/MATLAB/R2012a/toolbox/local



ls startup.m


if you can't find the startup.m you can create this file by yourself.



the file contain syntax like this :



cd /path/your/path/you/want/matlab_work


it's work for me :)


[#31625] Sunday, October 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lotceptin

Total Points: 374
Total Questions: 106
Total Answers: 118

Location: The Bahamas
Member since Tue, Apr 27, 2021
3 Years ago
;