About 269,000 results
Open links in new tab
  1. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Jul 8, 2010 · While other programming languages mostly work with numbers one at a time, MATLAB® is designed to operate primarily on whole matrices and arrays. All MATLAB variables are …

  2. MATLAB - MathWorks

    MATLAB supports matrix-based computation, data analysis, algorithm development, and visualization. Use built-in functions or develop custom ones; execute scripts by typing their name (without .m) in …

  3. Matrices in the MATLAB Environment - MATLAB & Simulink - MathWorks

    This topic contains an introduction to creating matrices and performing basic matrix calculations in MATLAB ®. The MATLAB environment uses the term matrix to indicate a variable containing real or …

  4. Creating, Concatenating, and Expanding Matrices - MATLAB & Simulink

    A matrix is a two-dimensional, rectangular array of data elements arranged in rows and columns. The elements can be numbers, logical values (true or false), dates and times, strings, categorical values, …

  5. Basic Matrix Operations - MATLAB & Simulink Example

    This example shows basic techniques and functions for working with matrices in the MATLAB® language.

  6. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Matrices and arrays are the fundamental representation of information and data in MATLAB ®. You can create common arrays and grids, combine existing arrays, manipulate an array's shape and content, …

  7. Creating Matrices and Arrays - MATLAB & Simulink - MathWorks

    This example shows basic techniques for creating arrays and matrices using MATLAB.

  8. Multidimensional Arrays - MATLAB & Simulink - MathWorks

    Oct 11, 2012 · You can create a multidimensional array by creating a 2-D matrix first, and then extending it. For example, first define a 3-by-3 matrix as the first page in a 3-D array.

  9. Make and Manipulate Matrices | Self-Paced Online Courses - MATLAB ...

    Learn to create arrays in MATLAB with concatenation to build new matrices from existing ones, array creation functions, reshaping arrays, and indexing to extract submatrices.

  10. Array vs. Matrix Operations - MATLAB & Simulink - MathWorks

    MATLAB ® has two different types of arithmetic operations: array operations and matrix operations. You can use these arithmetic operations to perform numeric computations, for example, adding two …