matrix products along a three dimensional array
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!