polar plot Phase response data against Magnitude response data
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
matt read
am 27 Apr. 2020
Kommentiert: matt read
am 27 Apr. 2020
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/287858/image.png)
If anyone could help it would be most appreciated.
0 Kommentare
Akzeptierte Antwort
Mehmed Saad
am 27 Apr. 2020
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)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Polar Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!