Hai, I have a GUI that contain calculation. After done calculation, the answer I want to display it. Can you help me?

1 commentaire

Jan
Jan le 24 Mai 2017
"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?

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 24 Mai 2017

0 votes

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

Catégories

En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange

Produits

Tags

Commenté :

Jan
le 24 Mai 2017

Community Treasure Hunt

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

Start Hunting!

Translated by