error associated with "errorlevel 1"

1 visualizzazione (ultimi 30 giorni)
Ayman Mohamed
Ayman Mohamed il 30 Giu 2015
Commentato: Ayman Mohamed il 2 Lug 2015
Could anyone explain the error associated with "errorlevel 1" when matlab R2013b is executed by batch file?

Risposte (1)

Nalini Vishnoi
Nalini Vishnoi il 2 Lug 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 Commento
Ayman Mohamed
Ayman Mohamed il 2 Lug 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

Accedi per commentare.

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by