histcounts() function but for polarhistogram()

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?

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 23 Jan. 2019

0 Stimmen

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()

Weitere Antworten (1)

Jerome Beetz
Jerome Beetz am 1 Mär. 2022

0 Stimmen

histcounts() should do the job without plotting.
note, values must be inserted as "rad" not "degrees"

Kategorien

Mehr zu Data Distribution Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by