Cite As
Andrew Penn (2024). smoothmedian (x, dim, Tol) (https://www.mathworks.com/matlabcentral/fileexchange/52737-smoothmedian-x-dim-tol), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
smoothmedian
Version | Published | Release Notes | |
---|---|---|---|
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. |