Output Function like "inputdlg"

조회 수: 1 (최근 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 CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by