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!