Dialog box with variable and button

I would like to create a dialog box which will have variables in it and a button: for example:
Today you have : 5 pounds (5 is the variable) Buy food? (Buy food is the button)
Thank you in advance

1 Kommentar

Jan
Jan am 14 Feb. 2013
What is your question? What have you tried so far, which problems occurred and which kind of help do you need?

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 14 Feb. 2013

0 Stimmen

x = 5;
questdlg(sprintf('You have %dlb of food?',x),'Hungry Yet?','Buy Food','Starve Longer','Buy Food')

Weitere Antworten (0)

Kategorien

Mehr zu Thermal Analysis finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by