fastMedian(IN,Dimm)

fast nanmedian
47 Downloads
Updated 13 Jan 2016

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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