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 Exchange에서 Data 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