How do I start matlab from shell in 32 bit mode

2 views (last 30 days)
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?

Answers (5)

Jiro Doke
Jiro Doke on 25 Feb 2011
On Linux, try running
matlab -glnx86

Richard
Richard on 25 Feb 2011
Use the win32 option:
matlab -win32

Paul Van Hoven
Paul Van Hoven on 25 Feb 2011
Thanks for the answer. But I'm using Linux not Windows.
What is the option on Linux/Mac?

Paul Van Hoven
Paul Van Hoven on 26 Feb 2011
Thanks for the answer!

Carlos
Carlos on 8 Mar 2011
On Mac, use:
matlab -maci

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!