Importing data from HFSS and ploting in matlab
Mostra commenti meno recenti


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.
Risposta accettata
Più risposte (1)
Mordecai Raji
il 12 Gen 2018
Modificato: Mordecai Raji
il 12 Gen 2018
0 voti
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 Commento
mahdi reshadat
il 18 Gen 2018
thank you. I use new version of MATLAB and it work.
Categorie
Scopri di più su Polar Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!