Matlab GUI is not running
Mostrar comentarios más antiguos
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 comentarios
per isakson
el 20 de Ag. de 2013
Editada: per isakson
el 20 de Ag. de 2013
Any error message?
Any other hint from Matlab?
Different working folder?
Jonasz
el 20 de Ag. de 2013
Jonasz
el 20 de Ag. de 2013
Jonasz
el 20 de Ag. de 2013
per isakson
el 20 de Ag. de 2013
Editada: per isakson
el 20 de Ag. de 2013
I guess the problem is with program.fig. Errors in m-code causes error messages.
Try
dbstop if error
Jonasz
el 20 de Ag. de 2013
per isakson
el 20 de Ag. de 2013
Editada: per isakson
el 20 de Ag. de 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
Respuestas (0)
Categorías
Más información sobre Argument Definitions en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!