histogram2Polar

Bivariate histogram plot from polar coordinates / position vectors in MATLAB.
410 téléchargements
Mise à jour 8 mai 2019

Bivariate histogram plot from polar coordinates / position vectors.
Esentially, the coordinates are converted to cartesian coordinates and fed to
HISTOGRAM2. A polar-coordinate grid is then drawn in order to mimic a polar plot.
The properties and methods of this class are intended to mimic a polar plot like it
is created by POLARAXES and properties with the same name, such as 'ThetaDir', mimic
the behavior of a real POLARAXES. Note that this has limitations and might not work
flawlessly. Properties may be specified via Name-Value pairs during plot
construction or set post-hoc using dot-notation or set(obj, param, val). HISTOGRAM2
is called with the parameters {'DisplayStyle', 'tile', 'ShowEmptyBins', 'off',
'EdgeColor', 'none'}, which can be overridden by specifying the respective
Name-Value pairs during plot creation or by accessing the returned object's property
'Histogram'. Optional Name-Value pairs of this function support those specified
below and all Name-Value pairs as accepted by HISTOGRAM2.

Syntax:

histogram2Polar(theta, rho);
histogram2Polar(theta, rho, binWidth);
histogram2Polar(theta, rho, binWidth, Name, Value);
histogram2Polar(target, ___);
h = histogram2Polar(___);

[...] (See documentation and GitHub repository)

Citation pour cette source

Frederick Zittrell (2024). histogram2Polar (https://github.com/zifredder/histogram2Polar), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019a
Compatible avec les versions R2017a et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Data Distribution Plots dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.0.2

Update required MATLAB version.

1.0.1

Update description

1.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.