Meaning of Function "size"
이전 댓글 표시
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
답변 (1개)
the cyclist
2012년 7월 19일
편집: the cyclist
2012년 7월 19일
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.
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!