How to display result in command window in GUI?
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
David Sanchez
on 22 Jan 2015
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 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing 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!