Output Function like "inputdlg"

Hi, this my first time using MATLAB so I started with simple problems and learned a few basic functions but I want to know if there is a function that displays the output in a dialogue or not. Thanks in Advance!

Réponses (1)

Sean de Wolski
Sean de Wolski le 15 Déc 2011

2 votes

like:
doc msgbox
?
msgbox('hello world!')

2 commentaires

Shady
Shady le 15 Déc 2011
Kind of, but I want the output to be a Double, not Char, or Cell :)
Sean de Wolski
Sean de Wolski le 15 Déc 2011
Then convert the double to a char using sprintf() or num2str()...

Connectez-vous pour commenter.

Catégories

Question posée :

le 15 Déc 2011

Community Treasure Hunt

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

Start Hunting!

Translated by