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
Sean de Wolski 2011 年 12 月 15 日

2 投票

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

2 件のコメント

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

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeData Type Conversion についてさらに検索

質問済み:

2011 年 12 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by