Weighted Data Binning [wbin]
Weighted data binning.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Michael Lindholm Nielsen (2026). Weighted Data Binning [wbin] (https://au.mathworks.com/matlabcentral/fileexchange/34509-weighted-data-binning-wbin), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: wmean
General Information
- Version 1.12.0 (2.76 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.12.0 | (1) Implemented stronger condition on binning interval.
|
||
| 1.11.0 | (1) Corrected weak condition on NaN error checking.
|
||
| 1.9.0 | (1) Changed while loop to for loop due to performance issues.
|
||
| 1.4.0 | (1) Corrected Binning Interval to: X <= X(1) + DX
|
||
| 1.3.0 | (1) Corrected Binning Interval to: X <= X(1) + DX
|
||
| 1.1.0 | Checks if X,Y,Z or DX contains NaN values. |
||
| 1.0.0 |