GUIDE-edit text
Show older comments
Hi,
I have edit text in guide. When I write anything to edit, then I want enable pushbutton. So, how can I do this?
. . . set(handles.pushbutton, 'enable','on');
Accepted Answer
More Answers (1)
Kevin Holst
on 22 Feb 2012
0 votes
you would put that code that you wrote in the edittext callback function.
Categories
Find more on Desktop 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!