The histogram of matrix based on the sequence
1 次查看(过去 30 天)
显示 更早的评论
Good morning:
I'd like to calculate the histogram based on the sequence in the matrix EX:
T = [5 5 5 4 ;
4 4 2 2 ;
2 2 6 6 ;
3 3 1 1]
So from 5, we have three, from 4 we have three, from 2 we have four and from 6 we have two and make the histogram graph based on the sequence in the matrix not ascending or descending.
Thank you
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!