fastMedian(IN,Dimm)

fast nanmedian
47 download
Aggiornato 13 gen 2016

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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