findLobes function on MATLAB_2019a
Mostrar comentarios más antiguos
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 comentarios
madhan ravi
el 15 de Mayo de 2019
Do you have license for that toolbox??
Nitai Fingerhut
el 15 de Mayo de 2019
Respuestas (1)
Steven Lord
el 15 de Mayo de 2019
1 voto
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 comentarios
Steven Lord
el 15 de Mayo de 2019
Neither the polarplot function nor the figure function return a polarpattern object suitable for use as the first input to findLobes.
Both the examples on the findLobes documentation page call polarpattern and pass the object it returns as output into findLobes as input. I recommend using those examples as a model for your code.
Nitai Fingerhut
el 15 de Mayo de 2019
ejk
el 24 de Sept. de 2019
Hey, I'm also getting only the main lobe data.
Has anyone figured it out?
Categorías
Más información sobre Antennas, Microphones, and Sonar Transducers en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!