
How do I make a histogram that reports the amount of elements per matrix
2 次查看(过去 30 天)
显示 更早的评论
I have to make a histogram that reports the amount of elements (number of rows) in a matrix, per specific matrix.
My dataset contains 5 matrices (assigned to: rest, u, p, a and k), and I am interested in the amount of rows in every matrix. The first matrix has 63 rows, the second has 49 rows, and so on. See:
trials_rest =
63
trials_u =
49
trials_p =
26
trials_a =
39
trials_k =
60
Now I have to make a histogram where the number of rows (see example) is on the Y axis, and only the titles of the specific matrices (rest, u, p, a, k) are on the X axis. So that I can easily see how many rows every matrix contains.
It has to be easy but I can't seem to figure out how to make this histogram.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!