How to plot multiple histogram in a Figure?

8 views (last 30 days)
I have a matrix of size 100x1x24 and I want to plot the histogram of each group(100x1) in one plot but in a 3D plot form, like what is attached. thanks.

Accepted Answer

Image Analyst
Image Analyst on 17 Sep 2018
Put all the histograms into one 2-D array, and then call waterfall() or ribbon().

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!