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!