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!
回答 (1 件)
Sean de Wolski
2011 年 12 月 15 日
like:
doc msgbox
?
msgbox('hello world!')
2 件のコメント
Shady
2011 年 12 月 15 日
Sean de Wolski
2011 年 12 月 15 日
Then convert the double to a char using sprintf() or num2str()...
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!