Does using dis(variable) command display the contents of the variable without displaying the variables name?
Mostrar comentarios más antiguos
Does using dis(variable) command display the contents of the variable without displaying the variables name?
Respuestas (1)
James Tursa
el 26 de Mzo. de 2015
Editada: James Tursa
el 26 de Mzo. de 2015
No. It displays an error message.
Undefined function 'dis' for input arguments of type 'double'.
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!