Hi everyone,

I've got an antenna pattern in CST MWS that I want to transfer to Matlab for further edits in order to put it in the paper. But unfortunately, when I export from CST and import it to Matlab there is something wrong and I can't get the exact pattern in Matlab.

This is the procedure I perform:

1-Exporting ASCII file of the 2D pattern of the antenna from CST

2-Running the following code in Matlab:

load('LWA6200.txt');

p=LWA6200(:,3);

t = 0:0.0175:2*pi ;

polar(t,p');

But comparing the attached images number 1 (CST) & number 2 (Matlab) shows the difference!!!

So, firstly what's wrong with my code and secondly what's the best way of transferring the 2D pattern into Matlab from CSTMWS??

Every help would be appreciated...

More Mehdi Alipour's questions See All
Similar questions and discussions