About 87,700 results
Open links in new tab
  1. Basic Matrix Operations - MATLAB & Simulink Example

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

  2. Matrices and Arrays - MATLAB & Simulink - MathWorks

    Jul 8, 2010 · Matrix and Array Operations MATLAB allows you to process all of the values in a matrix using a single arithmetic operator or function.

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

    The following table provides a summary of matrix arithmetic operators in MATLAB. For function-specific information, click the link to the function reference page in the last column.

  4. Matrix Operations - MATLAB & Simulink - MathWorks

    Jul 8, 2010 · Matrix Operations This example shows how to use arithmetic operators on matrices. You can use these arithmetic operations to perform numeric computations. MATLAB allows you to …

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

  6. Linear Algebra - MATLAB & Simulink - MathWorks

    Linear algebra functions in MATLAB ® provide fast, numerically robust matrix calculations. Capabilities include a variety of matrix factorizations, linear equation solving, computation of eigenvalues or …

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

  8. We usually try to distinguish between matrices, which behave according to the rules of linear algebra, and arrays, which are just rectangular collections of numbers.

  9. MATLAB Operators and Special Characters - MATLAB & Simulink

    MATLAB Operators and Special Characters This page contains a comprehensive listing of all MATLAB ® operators, symbols, and special characters. Arithmetic Operators ... Relational Operators ...

  10. Calculations with Vectors and Matrices | Self-Paced Online Courses ...

    Gain a deeper understanding of how to work with matrices and arrays in MATLAB. Learn the difference between element-wise and matrix operations, how to take advantage of implicit expansion, and apply …