How do I start matlab from shell in 32 bit mode

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?

回答 (5 件)

Jiro Doke
Jiro Doke 2011 年 2 月 25 日

1 投票

On Linux, try running
matlab -glnx86
Richard
Richard 2011 年 2 月 25 日

0 投票

Use the win32 option:
matlab -win32
Paul Van Hoven
Paul Van Hoven 2011 年 2 月 25 日

0 投票

Thanks for the answer. But I'm using Linux not Windows.
What is the option on Linux/Mac?
Paul Van Hoven
Paul Van Hoven 2011 年 2 月 26 日

0 投票

Thanks for the answer!
Carlos
Carlos 2011 年 3 月 8 日

0 投票

On Mac, use:
matlab -maci

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

質問済み:

2011 年 2 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by