How to display result in command window in GUI?
3 次查看(过去 30 天)
显示 更早的评论
I have no idea to display my result in GUI. Should I use editbox and how to use it? Need to show the result is "No defect" or "Scratch detected" in GUI.
0 个评论
回答(1 个)
David Sanchez
2015-1-22
Using an edit_box is an option. You have to use the set function.
Once you have your edit_box, just do something like this:
set(handles.your_editbox_handle_name,'String','NO DEFECT')
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!