Borrar filtros
Borrar filtros

Background image polar plot

21 visualizaciones (últimos 30 días)
Luuk Poort
Luuk Poort el 20 de Jun. de 2017
Comentada: Luuk Poort el 13 de Abr. de 2018
Hello,
I am displaying data using polarscatter, but I would like to add a background image on which the data is displayed including the polar axes. My image is still a normal carthesian image and I would think I would somehow have to convert this to a round polar image before my polarscatter plot can be added.
Any help would be extremely useful. Thanks in advance!
Regards, Luuk

Respuestas (1)

Gopeshh Raaj
Gopeshh Raaj el 23 de Jun. de 2017
I understand that you want to plot some data using polarscatter and you wish to include a polar background image (after conversion from cartesian image).
In order to convert your Cartesian image to polar, you would first need to get the (x,y) co-ordinates of the cartesian image and then convert it to the (r,theta) form using "cart2pol" function. Then this image can be used as your background image for your scatter plot using the "imagesc" function.
  3 comentarios
José Manuel Encarnación Escobar
José Manuel Encarnación Escobar el 12 de Abr. de 2018
Hi Luuk, I have exactly the same problem. Did you find a solution?
thanks a lot in advance and kind regards, José
Luuk Poort
Luuk Poort el 13 de Abr. de 2018
Hello José, I'm afraid I have not. I continued without using it. If you do find a solution, please let me know, I'm still very curious on how to do it.
Kind regards, Luuk

Iniciar sesión para comentar.

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by