From the command window into GUI
이전 댓글 표시
I’am creating a Graphical User Interface (GUI). I manage to produce an output at the command window of MATLAB. How do I produce the output at the command window into the GUI for example in a static text or edit text ?
답변 (1개)
Aditya Ingawale
2020년 6월 18일
0 개 추천
To display the output in GUI you need to pass the output parameter, which is displaying output in command window, to the GUI. You can use Static text to display the output and Edit text is mostly used to take inputs in GUI.
카테고리
도움말 센터 및 File Exchange에서 Desktop에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!