Matlab matrix size

Code examples

5
0

matlab matrix size

d = size(X) % Returns sizes of each dimension of array X in a vector d.

[m,n] = size(X) % Returns the size of matrix X in separate variables m and n.

m = size(X,dim) % Returns the size of the dimension of X specified by scalar dim.

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................

Popular in the category

Popular pages with examples in the category