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!