Does using dis(variable) command display the contents of the variable without displaying the variables name?

Does using dis(variable) command display the contents of the variable without displaying the variables name?

Answers (1)

No. It displays an error message.
Undefined function 'dis' for input arguments of type 'double'.

Tags

Asked:

on 15 Mar 2015

Edited:

on 26 Mar 2015

Community Treasure Hunt

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

Start Hunting!