how to multiply 3d matrix with 2d matrix
Info
This question is closed. Reopen it to edit or answer.
Show older comments
i have one matrix 'H' with dimension of 2976 X 2976 and another one is 'Y' of 2 X 2 X 2976 and how to get another matrix with multiplication of H and Y and also i'm using for loop for this as it is related to computation of algorithm considering a whole image. I'm getting error of "Inputs must be 2-D, or at least one input must be scalar".
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!