fastMedian(IN,Dimm)

fast nanmedian
47 Descargas
Actualizado 13 ene 2016

Ver licencia

Perform a fast nanmedian using successive iterations with min and max. It will be efficient only if the dim has a limited length (<50)

Citar como

martin claverie (2024). fastMedian(IN,Dimm) (https://www.mathworks.com/matlabcentral/fileexchange/54862-fastmedian-in-dimm), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R12
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

- small bug modified
- add a test if the size(IN,Dimm)>60 => use the regular nanmedian function

1.0.0.0