Effacer les filtres
Effacer les filtres

Normalizing a polar histogram

7 vues (au cours des 30 derniers jours)
Denis Wolff
Denis Wolff le 16 Mai 2017
Commenté : Denis Wolff le 17 Mai 2017
Hello,
I have two groups with distributions of phase angles which I want to plot in two seperate polar histograms, using the matlab function 'polarhistogram' (2017a). Moreover, I want to normalize the histograms by the number of observations across both groups. Normalizing each histogram by the number of observations in each group seperately is straightforward by inputting 'normalization', 'probability'. But although it sounds simple, I have found no way yet of normalizing each polar plot by the total number of observations.
For normal histograms I know a trick for this (there one can use the output of 'hist' first, change it, and input it into 'bar'), however this does not work for this function.
I would be happy if anyone can suggest a solution for it.

Réponse acceptée

Steven Lord
Steven Lord le 16 Mai 2017
I haven't tried this, but if I understand what you're trying to do I believe it will work.
  1. Bin the data yourself (using the same set of edges) using two calls to histcounts.
  2. Normalize each set of bins using the combined data from both sets of bins.
  3. Specify the 'BinEdges' and 'BinCounts' inputs in two calls to polarhistogram with a different polaraxes for each, one call per set of data.
  1 commentaire
Denis Wolff
Denis Wolff le 17 Mai 2017
Thanks very much, it works :-)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Polar Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by