display value on GUi

2 visualizzazioni (ultimi 30 giorni)
Syakira Akmal
Syakira Akmal il 24 Mag 2017
Commentato: Jan il 24 Mag 2017
Hai, I have a GUI that contain calculation. After done calculation, the answer I want to display it. Can you help me?
  1 Commento
Jan
Jan il 24 Mag 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?

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 24 Mag 2017
msgbox( sprintf('The answer was: %g', YourAnswerVariable) );

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by