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

    If you define one or both of the operands as variable-size matrices at code generation time, the code generator produces code for matrix-matrix multiplication.

  2. times - Symbolic array multiplication - MATLAB - MathWorks

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

  3. Basic Matrix Operations - MATLAB & Simulink Example

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

  4. mtimes - Symbolic matrix multiplication - MATLAB - MathWorks

    For nonscalar A and B, the number of columns of A must equal the number of rows of B. Matrix multiplication is not universally commutative for nonscalar inputs.

  5. times - Multiplication - MATLAB - MathWorks

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

  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

    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 …

  8. mtimes - Multiplicación de matrices - MATLAB - MathWorks

    Consulte Results of Complex Multiplication with Nonfinite Values (MATLAB Coder). Si define uno o ambos operandos como matrices de tamaño variable en el tiempo de generación del código, el …

  9. Multiplying matrices of different sizes - MATLAB Answers - MATLAB …

    Jun 1, 2015 · Multiplying matrices of different sizes Follow 26 views (last 30 days) Show older comments

  10. Matrix Operations - MATLAB & Simulink - MathWorks

    Jul 8, 2010 · You can also perform standard matrix multiplication, which computes the inner products between rows and columns, using the multiplication '*' operator. This example confirms that a matrix …