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일

0 개 추천

msgbox( sprintf('The answer was: %g', YourAnswerVariable) );

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

태그

질문:

2017년 5월 24일

댓글:

Jan
2017년 5월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by