How to display result in command window in GUI?

2 visualizaciones (últimos 30 días)
muhammad ismail
muhammad ismail el 22 de En. de 2015
Respondida: David Sanchez el 22 de En. de 2015
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.

Respuestas (1)

David Sanchez
David Sanchez el 22 de En. de 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')

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by