matrix products along a three dimensional array
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!