Borrar filtros
Borrar filtros

what does the following syntax

1 visualización (últimos 30 días)
Harel Harel Shattenstein
Harel Harel Shattenstein el 30 de Jun. de 2015
Respondida: Guillaume el 30 de Jun. de 2015
A=magic(3);
B=A(:)
disp(B)
why does it show the matrix entires in a column vector? what does (:) mean?

Respuesta aceptada

Guillaume
Guillaume el 30 de Jun. de 2015
This the colon operator. Explanation available with
doc 'colon (:)'

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