display value on GUi
1 回表示 (過去 30 日間)
古いコメントを表示
Hai, I have a GUI that contain calculation. After done calculation, the answer I want to display it. Can you help me?
1 件のコメント
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
2017 年 5 月 24 日
msgbox( sprintf('The answer was: %g', YourAnswerVariable) );
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!