polarscatter error - Adding polar plot to Cartesian axes is not supported.
Mostrar comentarios más antiguos
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 comentarios
Joppy
el 13 de Sept. de 2017
Thodoris Karpouzoglou
el 5 de Abr. de 2018
I had the same problem... not sure, but check if you are using any hold on to add plots in the same figure... it appears that hold on is not functioning for polarplot
Joppy
el 5 de Abr. de 2018
Steven Lord
el 5 de Abr. de 2018
Or you can create a polaraxes first, turn hold on, then plot into the existing polaraxes.
Joppy
el 6 de Abr. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Polar Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!