It is possible to use hist() function without the binning algorithm inside?
显示 更早的评论
Hi!
I made a LBP function where I get an histogram data, represented by a vector of 256 values, I'll call it HLBP. So the binning is already done, but if I want visualize it with hist(HLBP), the binning algorithm change again the histogram and I get a wrong one.
How can I get this histogram without binning it again?
(When I search about it, the hist description don't show it and here, I get only the answer for how to do the reverse ("Get an binning algorithm without hist"), sorry if I miss something).
Thank you!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Networks 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!