Importing data from HFSS and ploting in matlab
Show older comments


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.
Accepted Answer
More Answers (1)
Mordecai Raji
on 12 Jan 2018
Edited: Mordecai Raji
on 12 Jan 2018
0 votes
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 Comment
mahdi reshadat
on 18 Jan 2018
thank you. I use new version of MATLAB and it work.
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!