About 50 results
Open links in new tab
  1. times - Multiplication - MATLAB - MathWorks

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

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

  3. times - Symbolic array multiplication - MATLAB - MathWorks

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

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

  5. Arithmetic Operations - MATLAB & Simulink - MathWorks

    Arithmetic Operations Addition, subtraction, multiplication, division, power, rounding Arithmetic functions include operators for simple operations like addition and multiplication, as well as functions for …

  6. How can i multiply cell arrays? - MATLAB Answers - MATLAB Central

    Dec 6, 2019 · i want to multiply an array H which is 2x2 cell array (each cell contains a 1x500 array) with an array X which is 2x1 array (also each cells contains 1x500 array) .When i try to multiply these …

  7. Multiple matrix multiplications, with array expansion enabled

    Jul 26, 2010 · MULTIPROD is a powerful, quick and memory efficient generalization for N-D arrays of the MATLAB matrix multiplication operator (*). While the latter works only with 2-D arrays, …

  8. Matrices and Arrays - MATLAB & Simulink - MathWorks

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

  9. prod - Product of array elements - MATLAB - MathWorks

    This MATLAB function returns the product of the array elements of A.

  10. times - Element-by-element multiplication of fi objects - MATLAB

    This MATLAB function performs element-by-element multiplication of A and B, and returns the result in C.