GUI
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
why GUI certainly use FUNCTION to run, cannot use SCRIPT to run?
0 Commenti
Risposta accettata
Jan
il 21 Mar 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Structures in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!