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
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 ExchangeVariables についてさらに検索

タグ

質問済み:

2015 年 3 月 15 日

編集済み:

2015 年 3 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by