コマンドプロンプトから MATLAB を起動し、MATLAB の終了後にプロンプトが戻るようにする事はできますか?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
コマンドプロンプトにて、MATLAB を起動すると、matlab.exe の起動後、すぐに次の行にプロンプトが戻ってきますが、これを、MATLAB の終了時 (MATLAB 上で EXIT 実行後) に戻るようにする事の可否を教えてください。
Akzeptierte Antwort
MathWorks Support Team
am 1 Feb. 2013
MATLAB がインストールされたフォルダ内の、以下の場所にある matlab.exe を使用し、コマンドプロンプトで以下のように実行することにより実現可能です。
1. cd を使用して MATLAB がインストールされたフォルダ内の、以下の場所に移動します。
例:
cd matlab\R2012b\bin\win64
2. 以下のコマンドでMATLABを起動します。
cmd /k matlab.exe
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!