findLobes function on MATLAB_2019a
이전 댓글 표시
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
madhan ravi
2019년 5월 15일
Do you have license for that toolbox??
Nitai Fingerhut
2019년 5월 15일
답변 (1개)
Steven Lord
2019년 5월 15일
1 개 추천
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
Steven Lord
2019년 5월 15일
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
2019년 5월 15일
ejk
2019년 9월 24일
Hey, I'm also getting only the main lobe data.
Has anyone figured it out?
카테고리
도움말 센터 및 File Exchange에서 Antennas, Microphones, and Sonar Transducers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!