HOW TO CREATE TEXTBOX AND PUSH BUTTON USING UICONTROL
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
VEERENDRA NAYAK
il 24 Dic 2016
Commentato: Image Analyst
il 25 Dic 2016
please tell me how to make this two. make one simple program with textbox validation.
call back for push button and creating push button and textbox all those code in a script.
how to create a handle for these two???
0 Commenti
Risposta accettata
Image Analyst
il 24 Dic 2016
Why not simply use GUIDE? If you want to use uicontrol() and specify all the parameters manually you can do that but I find it more tedious. For example you have to know what all the properties are called and then figure out which ones need to be set and which ones are fine using the defaults. Anyway, see the help for uicontrol() otherwise simplify your life and use GUIDE.
Anyway, to answer your direct question "how to create a handle", The handle is the thing returned by uicontrol when you call it.
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps 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!