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

조회 수: 19 (최근 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