How to display result in command window in GUI?

1 回表示 (過去 30 日間)
muhammad ismail
muhammad ismail 2015 年 1 月 22 日
回答済み: David Sanchez 2015 年 1 月 22 日
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.

回答 (1 件)

David Sanchez
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')

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by