Meaning of Function "size"

1 visualización (últimos 30 días)
Vito
Vito el 19 de Jul. de 2012
I want to know better the use of the function size. And if i have a matrix A of the type 4 x 2 what can mean if i write size(A,2)? Thanks a lot Bye Vito

Respuestas (1)

the cyclist
the cyclist el 19 de Jul. de 2012
Editada: the cyclist el 19 de Jul. de 2012
If A is an M x N matrix, then
size(A,2)
gives the result N, because that is the size of the 2nd dimension of the matrix.

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