Converting a 2D matrix from Cartesian coordinates to Polar

14 views (last 30 days)
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?

Answers (1)

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

Categories

Find more on Polar Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!