I set up a GUI with guide, but the input variables are not getting set.
Mostrar comentarios más antiguos
Somehow the callback function that needs to set the input of the GUI to a variable is not setting it. How do I make the GUI set the variable?
Respuestas (1)
Matt Fig
el 22 de Jun. de 2011
0 votos
Do you mean you want to pass parameters to set the initial of, say, an editbox or two? If so, you can access anything passed in through the
guiname_OpeningFcn
variable varargin.
If not, please explain exactly what you want to do.
1 comentario
Jeanette
el 8 de Jul. de 2011
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!