Output Function like "inputdlg"

13 visualizaciones (últimos 30 días)
Shady
Shady el 15 de Dic. de 2011
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!

Respuestas (1)

Sean de Wolski
Sean de Wolski el 15 de Dic. de 2011
like:
doc msgbox
?
msgbox('hello world!')
  2 comentarios
Shady
Shady el 15 de Dic. de 2011
Kind of, but I want the output to be a Double, not Char, or Cell :)
Sean de Wolski
Sean de Wolski el 15 de Dic. de 2011
Then convert the double to a char using sprintf() or num2str()...

Iniciar sesión para comentar.

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by