How to run Batch file in MATLAB

조회 수: 3 (최근 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 CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by