How to user polarplot when theta and rho are matrix?

1 view (last 30 days)
I have theta as 2*1000 matrix and rho as 2*1000 matrix. I need to plot polarplot. How should i do it when rho and theta are in matrix form?

Answers (1)

Star Strider
Star Strider on 14 Oct 2019
It depends what they are. Using pol2cart and then plotting them using a Cartesian plot is an option, although you would have to create your own polar axes. (That is not difficult.)

Categories

Find more on Polar Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!