필터 지우기
필터 지우기

error associated with "errorlevel 1"

조회 수: 5 (최근 30일)
Ayman Mohamed
Ayman Mohamed 2015년 6월 30일
댓글: Ayman Mohamed 2015년 7월 2일
Could anyone explain the error associated with "errorlevel 1" when matlab R2013b is executed by batch file?

답변 (1개)

Nalini Vishnoi
Nalini Vishnoi 2015년 7월 2일
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
Ayman Mohamed
Ayman Mohamed 2015년 7월 2일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Manual Performance Optimization에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by