3d histogram

版本 1.0.0.1 (2.6 KB) 作者: midi cherif
[tab,I,J]=hist3d(x,y,z,xedges,yedges) calculates 3d histograms with sum of elements
761.0 次下载
更新时间 2023/4/3

查看许可证

Instead of Matlab function hist3 that calculates 2d histograms giving the number of elements, hist3d calculates the sum of weights given in the third vector z. The algorithm was written to be fast and stable. An example is given with more than 10^6 elements.
By: El mehdi Abbou-ou-cherif
Last updated : 24/06/2016 with MATLAB 7.0

引用格式

midi cherif (2024). 3d histogram (https://www.mathworks.com/matlabcentral/fileexchange/57839-3d-histogram), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Histograms 的更多信息
致谢

参考作品: 2D Histogram Calculation

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Tested on Matlab 2019

1.0.0.0

added comments