You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So as the title suggests, I went through the documentaion and now I am in document a030.
Needless to say that everything worked so far well. But when I try to call the farfield plots using the code:
figure('Position',[20 20 1000 300]);
subplot(1,2,1); localPlotField(Field, 1, 1, 'dBV'); % pattern for 1st frequency
subplot(1,2,2); localPlotField(Field, 1, 2, 'dBV'); % pattern for 2nd frequency
I get the following error:
Unrecognized function or variable 'localPlotField'.
Error in CSTtoMatlab (line 70)
subplot(1,2,1); localPlotField(Field, 1, 1, 'dBV'); % pattern for 1st frequency
Any solution to this?
Another question: is there a way to get the polar radiation pattern of certain cuts (phi = 90) instead of the uv projection variant?
Thanks for the effort though, you guys rock!
The text was updated successfully, but these errors were encountered:
So as the title suggests, I went through the documentaion and now I am in document a030.
Needless to say that everything worked so far well. But when I try to call the farfield plots using the code:
figure('Position',[20 20 1000 300]);
subplot(1,2,1); localPlotField(Field, 1, 1, 'dBV'); % pattern for 1st frequency
subplot(1,2,2); localPlotField(Field, 1, 2, 'dBV'); % pattern for 2nd frequency
I get the following error:
Unrecognized function or variable 'localPlotField'.
Error in CSTtoMatlab (line 70)
subplot(1,2,1); localPlotField(Field, 1, 1, 'dBV'); % pattern for 1st frequency
Any solution to this?
Another question: is there a way to get the polar radiation pattern of certain cuts (phi = 90) instead of the uv projection variant?
Thanks for the effort though, you guys rock!
The text was updated successfully, but these errors were encountered: