histcounts() function but for polarhistogram()

2 ビュー (過去 30 日間)
Adib Yusof
Adib Yusof 2019 年 1 月 23 日
回答済み: Jerome Beetz 2022 年 3 月 1 日
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?

採用された回答

Walter Roberson
Walter Roberson 2019 年 1 月 23 日
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()

その他の回答 (1 件)

Jerome Beetz
Jerome Beetz 2022 年 3 月 1 日
histcounts() should do the job without plotting.
note, values must be inserted as "rad" not "degrees"

カテゴリ

Help Center および File ExchangePolar Plots についてさらに検索

製品


Translated by