Does using dis(variable) command display the contents of the variable without displaying the variables name?
Afficher commentaires plus anciens
Does using dis(variable) command display the contents of the variable without displaying the variables name?
Réponses (1)
James Tursa
le 26 Mar 2015
Modifié(e) : James Tursa
le 26 Mar 2015
No. It displays an error message.
Undefined function 'dis' for input arguments of type 'double'.
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!