How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)
5 次查看(过去 30 天)
显示 更早的评论
How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)
1 个评论
Valentin Risteski
2017-12-15
*for multiple edit boxes:*
set([handles.edit1, handles.edit2, handles.edit3], 'String','');
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!