About 163,000 results
Open links in new tab
  1. size - Array size - MATLAB - MathWorks

    This MATLAB function returns a row vector whose elements are the lengths of the corresponding dimensions of A.

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

  3. length - Length of largest array dimension - MATLAB - MathWorks

    This MATLAB function returns the length of the largest array dimension in X.

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

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

  6. height - Number of table rows - MATLAB - MathWorks

    This MATLAB function returns the number of rows in the table, T.

  7. Reshape array by rearranging existing elements - MATLAB - MathWorks

    This MATLAB function reshapes A using the size vector, sz, to define size(B).

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

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

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