필터 지우기
필터 지우기

how to display a result with a value in matlab gui?

조회 수: 13 (최근 30일)
Rajasekaran
Rajasekaran 2014년 3월 13일
답변: nl2605 2014년 3월 13일
I want to display the results shown in command window by clicking push button. I mean, I created a function and when I run that function the results are shown in matlab command window. And I need to show that result by clicking a push button. How can I do that?

답변 (1개)

nl2605
nl2605 2014년 3월 13일
You have to use guide to make a GUI. Then put a pushbutton and a static text or table according to the data to be displaced. In the callback function of pushbutton, set the statictext value to the variable value.
I have also given an example. Hope it helps.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by