Matlab GUI is not running
Show older comments
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 Comments
per isakson
on 20 Aug 2013
Edited: per isakson
on 20 Aug 2013
Any error message?
Any other hint from Matlab?
Different working folder?
Jonasz
on 20 Aug 2013
Jonasz
on 20 Aug 2013
Jonasz
on 20 Aug 2013
per isakson
on 20 Aug 2013
Edited: per isakson
on 20 Aug 2013
I guess the problem is with program.fig. Errors in m-code causes error messages.
Try
dbstop if error
Jonasz
on 20 Aug 2013
per isakson
on 20 Aug 2013
Edited: per isakson
on 20 Aug 2013
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
Answers (0)
Categories
Find more on Argument Definitions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!