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

    Oct 11, 2012 · 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 …

  2. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Jul 8, 2010 · MATLAB is an abbreviation for "matrix laboratory." While other programming languages mostly work with numbers one at a time, MATLAB® is designed to operate …

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

  4. Reshape array by rearranging existing elements - MATLAB

    Reshape Multidimensional Array into Matrix Reshape a 2-by-2-by-3 array of random values into a 6-by-2 matrix.

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

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

    This MATLAB function returns the maximum elements of an array.

  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. Creating Matrices and Arrays - MATLAB & Simulink - MathWorks

    This example shows basic techniques for creating arrays and matrices using MATLAB. Matrices and arrays are the fundamental representation of information and data in MATLAB. To create …

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