MATLAB: How to export the values of the radiation pattern from antenna designer to workspace

antenna designerAntenna ToolboxexportMATLABplots

When using Antenna designer we can plot the elevation pattern and impedance etc. What is the easiest way to extract the individual values from these plots
in order to do further processing on them in Matlab?

Best Answer

Export your design into a MATLAB script. Then you can pass a LHS to the pattern function to get the maginitude of the directivity to the workspace.
I hope this helps.
Regards,
Shashank
Related Question