Matlab GUI is not running
이전 댓글 표시
I try to run my GUI ( it works perfectly recently) and it's not running. I am pressing green arrow and nothing open. What might cause these ?
댓글 수: 7
per isakson
2013년 8월 20일
편집: per isakson
2013년 8월 20일
Any error message?
Any other hint from Matlab?
Different working folder?
Jonasz
2013년 8월 20일
Jonasz
2013년 8월 20일
Jonasz
2013년 8월 20일
per isakson
2013년 8월 20일
편집: per isakson
2013년 8월 20일
I guess the problem is with program.fig. Errors in m-code causes error messages.
Try
dbstop if error
Jonasz
2013년 8월 20일
per isakson
2013년 8월 20일
편집: per isakson
2013년 8월 20일
In the command window set
>> dbstop if error
and inspect the Workspace window when the break occurs
Here are some links on debugging in Matlab
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!