error associated with "errorlevel 1"

2 visualizaciones (últimos 30 días)
Ayman Mohamed
Ayman Mohamed el 30 de Jun. de 2015
Comentada: Ayman Mohamed el 2 de Jul. de 2015
Could anyone explain the error associated with "errorlevel 1" when matlab R2013b is executed by batch file?

Respuestas (1)

Nalini Vishnoi
Nalini Vishnoi el 2 de Jul. de 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 comentario
Ayman Mohamed
Ayman Mohamed el 2 de Jul. de 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

Iniciar sesión para comentar.

Categorías

Más información sobre Manual Performance Optimization en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by