WHAT DOES THIS MEAN?

1 回表示 (過去 30 日間)
monalisa  ghosh
monalisa ghosh 2015 年 2 月 5 日
回答済み: Guillaume 2015 年 2 月 5 日

採用された回答

Guillaume
Guillaume 2015 年 2 月 5 日
: is the colon operator. As per the documentation:
A(:) is all the elements of A, regarded as a single column.
So, your line just reshapes d as a single column. It is equivalent to
d = reshape(d, [], 1);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by