How to multiply 4D array.
Show older comments
i want to multiply
L(:,:,k,:).*M(:,:,k,:);
i want to multiply without loop.
Accepted Answer
More Answers (1)
Walter Roberson
on 17 Dec 2015
1 vote
L.*M
Somehow I suspect that your question missed some information...
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!