problem with my input of a 2d histogram.

1 view (last 30 days)
J V
J V on 16 Jul 2015
Edited: J V on 16 Jul 2015
I have a (3772 x 100) matrix T, where the rows of T present the dates (equally spaced) and the columns of T present the 100 simulations. I want to visualize the values of the simulation over time by plotting a histogram which plots 3772 histograms of the 100 points in a nice sequence (all together in one plot).
Is this possible with just the matrix T (3772 x 100)?.
I saw that there exists a function hist3, but I don't know how to apply it in this case, because you need to enter a vector instead of a matrix.
Thanks for your help, Jakob
edit: I also know that all values are in the range [700 1000], maybe this helps?

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!