Overlapping histogram on one figure
显示 更早的评论
Hi team, I am new to matlab. I have an excel file that I have imported to matlab that has columns CVTriad, CVPoly and CVRBF. They have approx 6000 points. I would like to have an overlapping histogram to illustrate difference among the three methods. Can anyone advise how?
Thanks
3 个评论
Rik
2023-4-25
doc hold
Abhishek
2023-4-25
Hi Souvik,
As per my understanding, you are want to retain plots in the current axes so that new plots added to the axes do not delete existing plots.
For you reference, The document below contains the example that demonstrates how to retain current plot when adding new plots: https://www.mathworks.com/help/matlab/ref/hold.html
Souvik
2023-4-25
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!