About 633,000 results
Open links in new tab
  1. mtimes - Matrix multiplication - MATLAB - MathWorks

    See Results of Complex Multiplication with Nonfinite Values (MATLAB Coder). If you define one or both of the operands as variable-size matrices at code generation time, the code generator produces …

  2. times - Symbolic array multiplication - MATLAB - MathWorks

    This MATLAB function performs element-wise multiplication of A and B.

  3. times - Multiplication - MATLAB - MathWorks

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

  4. mtimes - Symbolic matrix multiplication - MATLAB - MathWorks

    This MATLAB function is the matrix product of A and B.

  5. Basic Matrix Operations - MATLAB & Simulink Example

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

  6. pagemtimes - Page-wise matrix multiplication - MATLAB

    This MATLAB function computes the matrix product of corresponding pages of the N-D arrays X and Y.

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

    Matrix operations follow the rules of linear algebra, and array operations execute element by element operations and support multidimensional arrays.

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

  9. 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 primarily on whole …

  10. MTIMESX - Fast Matrix Multiply with Multi-Dimensional Support

    Feb 23, 2011 · MTIMESX is a fast general purpose matrix and scalar multiply routine that has the following features: - Supports multi-dimensional (nD, n>2) arrays directly - Supports Transpose, …