WHAT DOES THIS MEAN?

1 visualización (últimos 30 días)
monalisa  ghosh
monalisa ghosh el 5 de Feb. de 2015
Respondida: Guillaume el 5 de Feb. de 2015

Respuesta aceptada

Guillaume
Guillaume el 5 de Feb. de 2015
: 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);

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by