display value on GUi

조회 수: 2 (최근 30일)
Syakira Akmal
Syakira Akmal 2017년 5월 24일
댓글: Jan 2017년 5월 24일
Hai, I have a GUI that contain calculation. After done calculation, the answer I want to display it. Can you help me?
  댓글 수: 1
Jan
Jan 2017년 5월 24일
"a GUI that contain calculation" is not clear. How is the result of the calculation available? Is the calculation started inside a callback? How do you want to display the results - as text or diagram?

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 5월 24일
msgbox( sprintf('The answer was: %g', YourAnswerVariable) );

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by