Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to plot farfield radiation #9

Open
me7pako opened this issue Oct 17, 2022 · 2 comments
Open

Error when trying to plot farfield radiation #9

me7pako opened this issue Oct 17, 2022 · 2 comments

Comments

@me7pako
Copy link

me7pako commented Oct 17, 2022

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!

@me7pako
Copy link
Author

me7pako commented Oct 17, 2022

Another error I get, and this latter is more likely to happen when I run the code for the first time:

Undefined function 'localPlotField' for input arguments of type 'struct'

Any ideas what can the problem be?

@me7pako
Copy link
Author

me7pako commented Oct 21, 2022

Any ideas, Sirs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant