GUI
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
why GUI certainly use FUNCTION to run, cannot use SCRIPT to run?
0 comentarios
Respuesta aceptada
Jan
el 21 de Mzo. de 2012
You can create a GUI in a script also. But GUIDE uses nested function and/or subfunctions for the callbacks. And functions cannot be defined inside scripts.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!