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?
回答(1 个)
James Tursa
2015-3-26
编辑:James Tursa
2015-3-26
No. It displays an error message.
Undefined function 'dis' for input arguments of type 'double'.
类别
在 帮助中心 和 File Exchange 中查找有关 Variables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!