How do I start matlab from shell in 32 bit mode
Afficher commentaires plus anciens
I must use matlab in a shell, therefore, one can start in from the shell by typing "matlab -nodisplay". In my case 64bit matlab is startet and on a machine incapable of 64 bit it is started in 32 bit mode. Now, I want to start matlab from shell on my 64 bit machine but in 32 bit mode. How do I do that?
Réponses (5)
Jiro Doke
le 25 Fév 2011
On Linux, try running
matlab -glnx86
Richard
le 25 Fév 2011
Use the win32 option:
matlab -win32
Paul Van Hoven
le 25 Fév 2011
0 votes
Paul Van Hoven
le 26 Fév 2011
0 votes
Carlos
le 8 Mar 2011
0 votes
On Mac, use:
matlab -maci
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!