Output Function like "inputdlg"

11 ビュー (過去 30 日間)
Shady
Shady 2011 年 12 月 15 日
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 日
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()...

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

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by