creating circular cavity for spiral antenna

조회 수: 1 (최근 30일)
uzmeed
uzmeed 2018년 9월 8일
댓글: uzmeed 2018년 9월 8일
Hi I am using matlab R2016a I want to use cavityCircular for designing the cavity of a spiral antenna
But I am getting the error
Undefined function or variable 'cavityCircular'.
Is circularCavity not available in matlab2016a
Regards Uzmeed

채택된 답변

John D'Errico
John D'Errico 2018년 9월 8일
편집: John D'Errico 2018년 9월 8일
First, I had to check which it was. In one place, you wrote circularCavity. In another, you wrote cavityCircular. Google is my friend though. :)
It tells me that something called cavityCircular does exist, here is the doc:
https://www.mathworks.com/help/antenna/ref/cavitycircular.html
Sadly for you, it seems to have been introduced in R2017b.
So you cannot use it in R2016a. Code from new releases cannot be used by old releases. You would need to update your MATLAB release to get that toolbox. Or you would need to write it yourself.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Analysis, Benchmarking, and Verification에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by