maximum over three dimensional array
Mostrar comentarios más antiguos
I have some code in which I have to find the maximum of certain dimensions of a multidimensional matrix nk x nkp x nz ...
In fact I needed to find the maximum over nkp dimension to obtain a matrix of optimal values of nk x nz.
So far I was looping over nz but I was wondering if it can be done without looping
Thank you
1 comentario
madhan ravi
el 11 de Abr. de 2019
Max along columns and then squeeze.
Respuestas (1)
Jorge Alonso
el 11 de Abr. de 2019
0 votos
Categorías
Más información sobre Environment and Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!