MATLAB: Histcounts() function but for polarhistogram()

MATLABpolar histogram

Hi.
I'm using polarhistogram() to plot points distribution on polar coordinate. How do I calculate the distribution without plotting? If histogram() has its histcounts() to do just that, what about polarhistogram() ? There's such function called polarhistcounts() right?

Best Answer

polarhistogram() configures a polar axes and then invokes histogram().
histogram() sets up properties and calls @Histogram/Histogram.p which we cannot see the source of.
How Histogram.p works is a mystery.
There does not appear to be any polarhistogram()