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?

Answers (1)

Converting it to polar coordinates using the cart2pol funciton is likely an option.
.

Categories

Tags

Asked:

on 9 Oct 2021

Answered:

on 9 Oct 2021

Community Treasure Hunt

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

Start Hunting!