matrix products along a three dimensional array
Show older comments
I have a three dimensional array that contains instances of square matrices in its first two dimensions. I would like to take products of these matrices along the third dimension without using a loop. I need matrix products, not element-wise products. Is this possible to do using indexing?
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!