findLobes function on MATLAB_2019a

2 Ansichten (letzte 30 Tage)
Nitai Fingerhut
Nitai Fingerhut am 15 Mai 2019
Kommentiert: ejk am 24 Sep. 2019
Hi
I'm tryingt use the "findLobes" function on MATLAB 2019a.
just to mention I have all the toolboxes, including Antenna Toolbox.
from some reason I'm getting an error:
"Undefined function or variable 'findLobes'."
Does anyone have an idea why this error occurs?
Thanks
  2 Kommentare
madhan ravi
madhan ravi am 15 Mai 2019
Do you have license for that toolbox??
Nitai Fingerhut
Nitai Fingerhut am 15 Mai 2019
of course

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Steven Lord
Steven Lord am 15 Mai 2019
In order to use the findLobes function in Antenna Toolbox, its first input must be a polarpattern object. When you call findLobes, is the first input a polarpattern?
  3 Kommentare
Nitai Fingerhut
Nitai Fingerhut am 15 Mai 2019
thanks. I fixed it and the function works.
however, from some reason I'm only getting the data of the main lobe, eventhough there are side lobes. The field of the side lobe is an empty cell. moreover, I'm not getting the right indices of the main lobe.
the code:
figure();
p = polarpattern(vec, slice1, vec, slice2);
polarplot(vec, slice1, vec, slice2);
L = findLobes(p);
attaching a .mat file with the relevant variables.
Thanks!
ejk
ejk am 24 Sep. 2019
Hey, I'm also getting only the main lobe data.
Has anyone figured it out?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Import, Export, and Visualization finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by