how to clear the edit text automatically?
4 次查看(过去 30 天)
显示 更早的评论
how can i clear the edit text automatically when i push button that i already set to clear the edit text.meaning that, when i push the button, edit text will be clear with word or value in the edit text.
0 个评论
采纳的回答
TAB
2012-1-31
In your button callback function
set(handles.edit1,'String','');
where edit1 is your edit text
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!