About 2,980,000 results
Open links in new tab
  1. 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 …

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

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

    This MATLAB function returns the maximum elements of an array.

  5. Creating, Concatenating, and Expanding Matrices - MATLAB

    The most basic MATLAB® data structure is the matrix. A matrix is a two-dimensional, rectangular array of data elements arranged in rows and columns. The elements can be numbers, logical …

  6. end - Terminate block of code or indicate last array index - MATLAB

    This MATLAB function is a keyword that terminates for, while, switch, try, if, and parfor statements.

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

  8. struct - Structure array - MATLAB - MathWorks

    A structure array is a data type that groups related data using data containers called fields.

  9. times - Multiplication - MATLAB - MathWorks

    This MATLAB function multiplies arrays A and B by multiplying corresponding elements.

  10. Array Indexing - MATLAB & Simulink - MathWorks

    Sep 10, 2011 · Every variable in MATLAB® is an array that can hold many numbers. When you want to access selected elements of an array, use indexing. For example, consider the 4-by-4 …