How do I combine the polar plot and cartesian coordinate together?

20 次查看(过去 30 天)
I want to draw and hold the radiation pattern from polar plot on the x,y coordinate. Is it possible?

采纳的回答

Walter Roberson
Walter Roberson 2018-5-14
First use polar() to draw the polar plot you want. Note this is the older polar() not the newer polarplot(). Then "hold on" and draw the cartesian points you want. Then you can use uistack() to move the cartesian points to "below" the polar points.
Do not try to draw the cartesian first and then the polar(): if you do that then polar() will not draw the radii and angle markings.

更多回答(1 个)

KSSV
KSSV 2018-5-14
Convert your polar coordinates to Cartesian using pol2cart and plot.
  1 个评论
Minthorn Ph'w
Minthorn Ph'w 2018-5-14
编辑:Minthorn Ph'w 2018-5-14
Thank you! I think my question isn't clear. but if i convert by using pol2cart the shape will change, I want to hold the polar shape on the Cartesian coordinate. any suggestion?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Polar Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by