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 CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by