Importing data from HFSS and ploting in matlab
Mostrar comentarios más antiguos


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.
Respuesta aceptada
Más respuestas (1)
Mordecai Raji
el 12 de En. de 2018
Editada: Mordecai Raji
el 12 de En. de 2018
0 votos
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 comentario
mahdi reshadat
el 18 de En. de 2018
thank you. I use new version of MATLAB and it work.
Categorías
Más información sobre Environment and Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!