Meaning of Function "size"
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
the cyclist
am 19 Jul. 2012
Bearbeitet: the cyclist
am 19 Jul. 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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!