ターミナル画面上で MATLAB を使用することはできますか?
28 views (last 30 days)
Show older comments
MathWorks Support Team
on 8 Dec 2020
Answered: MathWorks Support Team
on 8 Dec 2020
MATLAB のデスクトップ画面を表示することなく、また、MATLAB のコンソール画面も表示することなく、Linux のターミナル画面や Windows の DOS プロンプト画面上で MATLAB のコマンドを実行する方法を教えてください。
Accepted Answer
MathWorks Support Team
on 8 Dec 2020
Linux の場合、MATLAB 起動時のオプション "-nodesktop" オプションを使用します。このオプションで起動すると Linux のターミナル上に MATLAB のコマンドウィンドウが表示される形となり (プロンプトが ">>" となります)、そのままターミナルを使用して MATLAB のコマンドを実行することができます。MATLAB 終了時にexitまたはquitコマンドを実行します。
起動例:
$ matlab -nodesktop
なお、Windows ではこのようなモードはありません。 "-nodesktop" オプションを使用した場合、MATLABのコンソール画面が起動します。
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!