How to extract the shape of polar plot from matlab

Hello
I have a polar plot of with R ranging from -3 to 3 values.
How can I extract the shape of the polar plot as an image? or atleast the area under the shape.
Thanks.

7 comentarios

KSSV
KSSV el 11 de Jun. de 2020
Read about saveas, save.
I mean as an image array that I can process further, not as a .png plot
KSSV
KSSV el 14 de Jun. de 2020
Sow how the plot is.
Here it is
I want to extract the polar plot as a 2D image.
filled with 1's in the middle, and 0s in the outter
KSSV
KSSV el 14 de Jun. de 2020
You have a matrix? So use imwrite.
What I have is theta angles and R values.
The polar plot retains a shape. I want to get this shape generated by the polar as an image or atleast location of the points in xy plane.
pol2cart does not work properly due to having negative values in the polar. The shape is missed up

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Polar Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 11 de Jun. de 2020

Comentada:

el 14 de Jun. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by