Generate a radar plot in matlab similar to the one available in excel

4 ビュー (過去 30 日間)
Harshvardhan
Harshvardhan 2014 年 5 月 22 日
回答済み: Honglei Chen 2014 年 5 月 22 日
Hello Everybody
I would like to generate a radar plot of multiple columns of data in MATLAB similar to the one available in excel (Please see the attached excel example). I tried polar in MATLAB using the following lines of code but couldn't make sense of the plot compared to the one in excel.
t = 0:2*pi/99:2*pi
vec = column 1 vector from excel
polar(t', vec)
Any help in this regard is deeply appreciated.
Thanks

回答 (1 件)

Honglei Chen
Honglei Chen 2014 年 5 月 22 日
If you have access to Phased Array System Toolbox, you can import the data as a custom antenna pattern and then plot it using plotResponse function.
You can see an example of the polar plot in the following reference page's examples
HTH

カテゴリ

Help Center および File ExchangeAntennas, Microphones, and Sonar Transducers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by