How to multiply 4D array.
Mostrar comentarios más antiguos
i want to multiply
L(:,:,k,:).*M(:,:,k,:);
i want to multiply without loop.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 17 de Dic. de 2015
1 voto
L.*M
Somehow I suspect that your question missed some information...
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!