How to multiply 4D array.
Ältere Kommentare anzeigen
i want to multiply
L(:,:,k,:).*M(:,:,k,:);
i want to multiply without loop.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 17 Dez. 2015
1 Stimme
L.*M
Somehow I suspect that your question missed some information...
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!