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 中查找有关 Polar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!