2D weighted histogram
Version 1.0.0.0 (3.86 KB) by
Johannes
Calculates 2D weighted histogram and plots in color
This function calculates a 2D, weighted histogram from:
(1) an Nx2 matrix of 2D data points
(2) an Nx1 vector of weights
(3) M_1x1 and M_2x1 grid vectors
There is an option to plot the histogram in color using the "bar3c" function (included). The coloring is specified by either:
(1) an RGB tensor of size M_1xM_2x3 or
(2) a Kx3 colormap matrix
This is useful for visualizing a weighted dataset in probabilistic algorithms like EM and the particle filter.
Cite As
Johannes (2026). 2D weighted histogram (https://www.mathworks.com/matlabcentral/fileexchange/46012-2d-weighted-histogram), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2012a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Histograms in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
