HOW TO CREATE TEXTBOX AND PUSH BUTTON USING UICONTROL
2 views (last 30 days)
Show older comments
VEERENDRA NAYAK
on 24 Dec 2016
Commented: Image Analyst
on 25 Dec 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 Comments
Accepted Answer
Image Analyst
on 24 Dec 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 Comments
More Answers (0)
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!