How do I start matlab from shell in 32 bit mode
Mostrar comentarios más antiguos
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?
Respuestas (5)
Jiro Doke
el 25 de Feb. de 2011
On Linux, try running
matlab -glnx86
Richard
el 25 de Feb. de 2011
Use the win32 option:
matlab -win32
Paul Van Hoven
el 25 de Feb. de 2011
0 votos
Paul Van Hoven
el 26 de Feb. de 2011
0 votos
Carlos
el 8 de Mzo. de 2011
0 votos
On Mac, use:
matlab -maci
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!