How to multiply 4D array.
古いコメントを表示
i want to multiply
L(:,:,k,:).*M(:,:,k,:);
i want to multiply without loop.
採用された回答
その他の回答 (1 件)
Walter Roberson
2015 年 12 月 17 日
1 投票
L.*M
Somehow I suspect that your question missed some information...
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!