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 ExchangeGet 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