How to run Batch file in MATLAB

4 ビュー (過去 30 日間)
Khaing Nyunt Myaing
Khaing Nyunt Myaing 2019 年 9 月 10 日
回答済み: Walter Roberson 2019 年 9 月 10 日
How to run Batch file in MATLAB

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 9 月 10 日
MATLAB does not exactly have batch files.
See https://www.mathworks.com/help/parallel-computing/batch-processing.html for the Parallel Computing batch() facility
See https://www.mathworks.com/help/matlab/ref/matlabwindows.html for the "-r" or "-batch" command line options
See https://www.mathworks.com/help/matlab/ref/system.html for how to use system() to run a .bat at the Windows command line.

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by