fastMedian(IN,Dimm)

fast nanmedian
47 Downloads
Aktualisiert 13 Jan 2016

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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