how to multiply 3d matrix with 2d matrix

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.

Asked:

on 6 Jan 2016

Closed:

on 6 Jan 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!