The equivalent of medfilt1 (p=0.5) , movmax (p=1) and movmin (p=0), but for arbitrary quantiles p.
Interface and behavior are designed to conform to the functions mentioned above.
Works in arbitrarily many dimensions, with NaNs and two different padding modes.
Could be sped up by implementing things in C; I believe in Matlab there's not much left to gain. medfilt1 runs about 50-80x faster for p=0.5.
A few test cases are included for verification purposes; these require the Signal Processing toolbox to be present (but are irrelevant for using the file).
Citation pour cette source
Eike Petersen (2026). movquant (https://fr.mathworks.com/matlabcentral/fileexchange/84200-movquant), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxTags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.1 | Added image. |
||
| 1.0.0 |
