Output Function like "inputdlg"
Ältere Kommentare anzeigen
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!
Antworten (1)
Sean de Wolski
am 15 Dez. 2011
like:
doc msgbox
?
msgbox('hello world!')
2 Kommentare
Shady
am 15 Dez. 2011
Sean de Wolski
am 15 Dez. 2011
Then convert the double to a char using sprintf() or num2str()...
Kategorien
Mehr zu Data Type Conversion 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!