Effacer les filtres
Effacer les filtres

polarscatter error - Adding polar plot to Cartesian axes is not supported.

42 vues (au cours des 30 derniers jours)
Joppy
Joppy le 13 Sep 2017
Commenté : Joppy le 6 Avr 2018
I have been unable to find any information on this error. I've no idea why it occurs. I am not at all adding a polar plot to a Cartesian plot.
If i run
polarscatter(pi,1)
in the command window, it works fine. But as soon as i run it in the work space, i get the error. What am i doing wrong? And why does this error occur exactly.
  5 commentaires
Steven Lord
Steven Lord le 5 Avr 2018
Or you can create a polaraxes first, turn hold on, then plot into the existing polaraxes.
Joppy
Joppy le 6 Avr 2018
This is a much nicer solution. Thanks.

Connectez-vous pour commenter.

Réponse acceptée

KSSV
KSSV le 13 Sep 2017
It seems you are trying to plot polarscatter on an existing figure (Cartesian axes) using hold on . If you want to plot it alone close the existing figure and plot or open a new figure and plot. If you want to plot it on existing figure...either use subplot or create a different axes for this.
  2 commentaires
Joppy
Joppy le 13 Sep 2017
Thanks.
Yes I am 'holding on', but only for figures that produce a polarscatter plot.
If I want to superimpose multiple polarscatter plots, are you suggesting I use subplot?
KSSV
KSSV le 13 Sep 2017
polarscatter(pi,1)
hold on
polarscatter(2*pi,1)

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