MATLAB: How to Show output Value to GUI.

matlab gui

How do I show my output value from "Command Window" to "GUI".

Best Answer

set(handles.edit1, 'String', Diameter.MajorAxisLength)