
size - Array size - MATLAB - MathWorks
This MATLAB function returns a row vector whose elements are the lengths of the corresponding dimensions of A.
Use of size and numel with Classes - MATLAB & Simulink
That is, the product of the array dimensions. The size and numel functions work consistently with arrays of user-defined objects. There is generally no need to overload size or numel in user-defined …
length - Length of largest array dimension - MATLAB - MathWorks
This MATLAB function returns the length of the largest array dimension in X.
size - Size of instrument object array - MATLAB - MathWorks
This MATLAB function returns the two-element row vector d containing the number of rows and columns in obj.
Function Argument Validation - MATLAB & Simulink - MathWorks
Function Argument Validation Function argument validation is a way to declare specific restrictions on function arguments. Using argument validation you can constrain the class, size, and other aspects …
height - Number of table rows - MATLAB - MathWorks
This MATLAB function returns the number of rows in the table, T.
Reshape array by rearranging existing elements - MATLAB - MathWorks
This MATLAB function reshapes A using the size vector, sz, to define size(B).
resize - Resize data by adding or removing elements - MATLAB
This MATLAB function resizes A to size m by adding elements to or removing elements from the trailing side of A.
fontsize - Change font size for objects in a figure - MATLAB
This MATLAB function sets the font size and font units for all of the text within the current figure.
ndims - Number of array dimensions - MATLAB - MathWorks
N = ndims(A) returns the number of dimensions in the array A. The number of dimensions is always greater than or equal to 2. The function ignores trailing singleton dimensions, for which size(A,dim) = 1.