Running matlab from the command line.
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
acelaya0
am 27 Jul. 2015
Kommentiert: acelaya0
am 27 Jul. 2015
I'm trying to run matlab from the mac OS X terminal (I'm running OS X Yosemite). From what I gathered, typing "matlab -nodesktop" should do the trick. However, upon doing that I get the following:
-bash: matlab: command not found
What can I do to fix this?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 27 Jul. 2015
For example:
/Applications/MATLAB_R2014a.app/bin/matlab -nodesktop -nojvm
Adjust the R2014a according to the release you are using.
Note: if you happen to have used the options on the dock to assign MATLAB to a desktop, then OS-X will switch to that desktop even though you are not using graphics.
If you do not use the -nojvm flag then you will get the splash screen coming up even though you are not using the desktop.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!