Apply function over all 3rd dimension
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Diego Makasevicius Barbosa
il 2 Feb 2016
Commentato: Diego Makasevicius Barbosa
il 2 Feb 2016
Hello all, Is there a way to apply a function (eg rank) over all 3rd dimension without loop or reshape a matrix?
Thank you in advance!
Diego Makasevicius
0 Commenti
Risposta accettata
James Tursa
il 2 Feb 2016
Depends on the specific function. For 'rank' you will in general need a loop so that the individual 2D matrices can be passed to the function. If you are using gpuArray types then you could use 'pagefun' for certain functions that are m-code (not built-in or mex).
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Mathematics and Optimization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!