Importing data from HFSS and ploting in matlab
Afficher commentaires plus anciens


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.
Réponse acceptée
Plus de réponses (1)
Mordecai Raji
le 12 Jan 2018
Modifié(e) : Mordecai Raji
le 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 commentaire
mahdi reshadat
le 18 Jan 2018
thank you. I use new version of MATLAB and it work.
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!