How do I combine the polar plot and cartesian coordinate together?
22 ビュー (過去 30 日間)
古いコメントを表示
I want to draw and hold the radiation pattern from polar plot on the x,y coordinate. Is it possible?
0 件のコメント
採用された回答
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 件)
参考
カテゴリ
Help Center および File Exchange で Polar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!