How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)
2 views (last 30 days)
Show older comments
D Joseph
on 19 Aug 2015
Commented: Valentin Risteski
on 15 Dec 2017
How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)
1 Comment
Valentin Risteski
on 15 Dec 2017
*for multiple edit boxes:*
set([handles.edit1, handles.edit2, handles.edit3], 'String','');
Accepted Answer
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!