polar plot Phase response data against Magnitude response data

2 ビュー (過去 30 日間)
matt read
matt read 2020 年 4 月 27 日
コメント済み: matt read 2020 年 4 月 27 日
I am trying to polar plot some values:
Phase_response = [0 -26.6 -45 -63.4 -76 -82.9 -86.4];
against
Magnitude_response = [2.5 2.236 1.768 1.118 0.606 0.310 0.156];
here is my data in tabulated form.
If anyone could help it would be most appreciated.

採用された回答

Mehmed Saad
Mehmed Saad 2020 年 4 月 27 日
polarplot is the command for polar plotting.
polarplot(theta,rho)
The only catch is theta is in radians so you've to convert degrees to radians (deg2rad)
  1 件のコメント
matt read
matt read 2020 年 4 月 27 日
Thank you very much worked perfectly :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolar Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by