Importing data from HFSS and ploting in matlab
古いコメントを表示


I designed a dipole in HFSS and exported the polar radiation pattern in csv format to matlab. now, i need help on how to plot the data and get the same result as HFSS. I also attached the raw csv format.
採用された回答
その他の回答 (1 件)
Mordecai Raji
2018 年 1 月 12 日
編集済み: Mordecai Raji
2018 年 1 月 12 日
0 投票
Hi Mahdi, I think it's your MATLAB version. Instead use the function 'polar' instead of polarplot. I.e polar(theta_polar_rad, Gain, 'r')
1 件のコメント
mahdi reshadat
2018 年 1 月 18 日
thank you. I use new version of MATLAB and it work.
カテゴリ
ヘルプ センター および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!