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.
  1 件のコメント
uzmeed
uzmeed 2018 年 9 月 8 日
Thank you I got the answer.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnalysis, Benchmarking, and Verification についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by