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!