Filter löschen
Filter löschen

error associated with "errorlevel 1"

5 Ansichten (letzte 30 Tage)
Ayman Mohamed
Ayman Mohamed am 30 Jun. 2015
Kommentiert: Ayman Mohamed am 2 Jul. 2015
Could anyone explain the error associated with "errorlevel 1" when matlab R2013b is executed by batch file?

Antworten (1)

Nalini Vishnoi
Nalini Vishnoi am 2 Jul. 2015
Hi Ayman,
Please provide more details about the error and what were you executing when you got the error. This error might has something to do with wrong batch parameter setting.
Nalini
  1 Kommentar
Ayman Mohamed
Ayman Mohamed am 2 Jul. 2015
Hi Nalini,
we have our own optimizer program, so, we execute matlab simultaneously based on the threads (cores). We use this command in batch file to execute matlab:
start /D%thread_work_directory% /WAIT /MIN matlab -r file_name -nojvm -nosplash -minimize -wait
However, inside the matlab file, another program is executed. After it finish, matlab can read and write its outputs in certain format to be readable for the optimizer. I am not the author of the optimizer. The optimizer was design to print out the success of each run by reading "errorlevel". when the run is executed successfully, it returns "0". Sometimes, it is stopped ,to continue, I have to end-task matalb manually from windows task manager then it returned "1". I have not noticed any error from program executed by matlab. So, we would like to know what does errorlevel 1 mean for matlab as long as its interpretation varies from program to another. Thanks!
Ayman

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Manual Performance Optimization finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by