How to multiply 4D array.
Afficher commentaires plus anciens
i want to multiply
L(:,:,k,:).*M(:,:,k,:);
i want to multiply without loop.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 17 Déc 2015
1 vote
L.*M
Somehow I suspect that your question missed some information...
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!