Matlab length of array

Code examples

7
0

matlab length of array

% To get the size of an array, use 'size()'
A = [1, 2, 3, 4; 4, 5, 6, 7];
s = size(A); % [2, 4]

% You can pick a specific dimension
s = size(A, 2); % 4
0
0

how to find length of an array in matlab

length(X)

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
..................................................................................................................