About 75,000 results
Open links in new tab
  1. Multidimensional Arrays - MATLAB & Simulink - MathWorks

    Multidimensional Arrays A multidimensional array in MATLAB® is an array with more than two dimensions. In a matrix, the two dimensions are represented by rows and columns. Each …

  2. Array Indexing - MATLAB & Simulink - MathWorks

    Sep 10, 2011 · In MATLAB®, there are three primary approaches to accessing array elements based on their location (index) in the array. These approaches are indexing by position, linear …

  3. Matrices and Arrays - MATLAB & Simulink - MathWorks

    MATLAB is an abbreviation for "matrix laboratory." While other programming languages mostly work with numbers one at a time, MATLAB® is designed to operate primarily on whole …

  4. reshape - Reshape array by rearranging existing elements - MATLAB

    Reshaped array, returned as a vector, matrix, multidimensional array, or cell array. The data type and number of elements in B are the same as the data type and number of elements in A.

  5. max - Maximum elements of array - MATLAB - MathWorks

    This MATLAB function returns the maximum elements of an array.

  6. mean - Average or mean value of array - MATLAB - MathWorks

    This MATLAB function returns the mean of the elements of A along the first array dimension whose size does not equal 1.

  7. sum - Sum of array elements - MATLAB - MathWorks

    This MATLAB function returns the sum of the elements of A along the first array dimension whose size does not equal 1.

  8. plot - 2-D line plot - MATLAB - MathWorks

    This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.

  9. size - Array size - MATLAB - MathWorks

    C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™. For variable-size N-D arrays, the size function can return a different result in the generated code than in …

  10. sort - Sort array elements - MATLAB - MathWorks

    If A is a cell array of character vectors or a string array, then sort(A) sorts the elements according to the code order for the UTF-16 character encoding scheme. The sort is case-sensitive. For …