Does using dis(variable) command display the contents of the variable without displaying the variables name?
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Does using dis(variable) command display the contents of the variable without displaying the variables name?
0 comentarios
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'.
0 comentarios
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!