How to display result in command window in GUI?
조회 수: 1 (최근 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에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!