How to plot multiple histograms from a matrix next to each other in a 3D plot

조회 수: 15 (최근 30일)
Essentially I have a 21x10000 matrix where rows represent different y-coordinates, and the values in the cells themselves are x-values randomly distributed in the range 0 - 0.5. So, creating normal individual histogram by extracting each individual row shows the distribution/frequency (z) of x at that specific y. Is there any way to stack all the 21 histograms together to create a 3D plot? Basically something like this:
where the x-axis (values in a single row) ranges from 0 - 0.5, y-axis (row) ranges from 0 - 21, and the z-axis (frequency) ranges from 0-10000
But I don't want bar charts (each individual x-value doesn't need to be plotted) because I want the x-values to be binned like in a histogram. I'd appreciate any help, thank you!

답변 (1개)

Shravan Kumar Vankaramoni
Shravan Kumar Vankaramoni 2021년 7월 29일

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by