About 470,000 results
Open links in new tab
  1. times - Multiplication - MATLAB - MathWorks

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

  2. Multidimensional Arrays Multiplication in Matlab - Stack Overflow

    Though it seems the answer is, there is no faster way. Yes, it is possible to do without the for loop, but whether this leads to a speed-up depends on the values of M and N.

  3. MATLAB Array Multiplication - Online Tutorials Library

    Array multiplication in MATLAB involves performing operations on arrays of numbers. Element-wise multiplication is used when you want to multiply corresponding elements of two arrays …

  4. Multiply Arrays in Matlab: A Quick Guide

    In MATLAB, you can multiply two arrays element-wise using the `.*` operator to perform efficient mathematical operations on the corresponding elements of the arrays. Here's an example …

  5. Multidimensional Arrays - MATLAB & Simulink - MathWorks

    Oct 11, 2012 · A multidimensional array in MATLAB® is an array with more than two dimensions. In a matrix, the two dimensions are represented by rows and columns. Each element is …

  6. Mastering Matlab Multiply: Quick Tips for Effective Use

    In MATLAB, you can multiply matrices or arrays using the `` operator for matrix multiplication or the `.` operator for element-wise multiplication. Here's a code snippet for both types:

  7. Multidimensional matrix multiplication - File Exchange - MATLAB

    Aug 19, 2013 · mmat(A,B) performs matrix multiplication, where the 2D matrices are part of multidimensional arrays. It is equivalent to the Matlab built in mtimes function for 2D arrays. …

  8. Multiply columns of a matrix with 2d matrix slices of a 3d matrix in MatLab

    Jan 2, 2012 · Try using mtimesx from the Matlab File Exchange. It's the best (fast/efficient) tool I've found so far to do this sort of n-dimensional array multiplication, since it uses mex . I think …

  9. 3D Array Multiplication with 2D Matrix - MATLAB Answers

    Dec 7, 2021 · I am trying to perform the element wise multiplication of the 3D array with a second 2D array and getting the 3D array as a result where lets say row elements would be multiplied …

  10. MATLAB: Multiply 2D matrix with 3D matrix within cell arrays

    Apr 26, 2017 · I need to dot multiply (.*) mat1 with every slice of each double matrix within mat2. The result needs to be another cell array results with the same size as mat2, whereby the …

  11. Some results have been removed
Refresh