Converting a 2D matrix from Cartesian coordinates to Polar

I have a 50x50 matrix where each element of the matrix represents the value at point (x,y). I would like to plot this data on a radial plot. Is there a simple way to plot this data on a polar plot?

Respuestas (1)

Star Strider
Star Strider el 9 de Oct. de 2021
Converting it to polar coordinates using the cart2pol funciton is likely an option.
.

Categorías

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

Etiquetas

Preguntada:

el 9 de Oct. de 2021

Respondida:

el 9 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by