Cite As
Andrew Penn (2026). smoothmedian (X, DIM, TOL) (https://uk.mathworks.com/matlabcentral/fileexchange/52737-smoothmedian-x-dim-tol), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
smoothmedian
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.8.2 | Now gracefully handles edge cases, where all values are NaN. Removed compiled MEX files upon request from MathWorks - users must compile it themselves with a simple command in matlab (see readme file). |
||
| 1.8.1.1 | Updated/corrected the description to match the new handling of NaN values |
||
| 1.8.1 | New version ignores NaN values rather than throws an error. Only the source code and compiled MEX function files are now provided. |
||
| 1.8.0.4 | Added info to the description about the function not tolerating NaN or Inf values |
||
| 1.8.0.3 | Added note to the description |
||
| 1.8.0.2 | Minor performance enhancement |
||
| 1.8.0.1 | Corrected description on the Mathworks site |
||
| 1.8.0.0 | Major performance enhancement. Includes MEX files and C++ source code. |
||
| 1.7.3.0 | Minor performance enhancement |
||
| 1.7.2.0 | Minor bug fix |
||
| 1.7.0.0 | Added calculation of standard errors |
||
| 1.4.2.0 | Minor changes to documentation only |
||
| 1.4.1.0 | Minor changes to documentation only |
||
| 1.4.0.0 | Inf and NaN values in x no longer cause root finding to loop upto the maximum number of iterations. Now, where Inf and NaN values are encountered, nanmedian (or median) is used instead. |
||
| 1.3.0.0 | No changes to the function. Added a figure to the description.
|
||
| 1.2.1.0 | Minor changes to the documentation
|
||
| 1.2.0.0 | Now checks the dimensions of x |
||
| 1.1.0.0 | Modified the variable transformation to one more suitable for computing a location parameter. |
||
| 1.0.0.0 | Simplified title on file exchange webpage. |
