How to run Batch file in MATLAB

4 Ansichten (letzte 30 Tage)
Khaing Nyunt Myaing
Khaing Nyunt Myaing am 10 Sep. 2019
Beantwortet: Walter Roberson am 10 Sep. 2019
How to run Batch file in MATLAB

Antworten (1)

Walter Roberson
Walter Roberson am 10 Sep. 2019
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.

Kategorien

Mehr zu Entering Commands finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by