MATLAB ヘルプ センター
Get default values of tunable properties
Since R2023b
s = defaultTunableParameters(aiant)
s = defaultTunableParameters(aiant) returns the default values of the tunable properties of AIAntenna object. The default values correspond to the antenna design for the initial design frequency used to create the AIAntenna.
s
aiant
AIAntenna
example
collapse all
This example uses:
This example shows how to view the default values for the tunable parameters of an AIAntenna object.
Create AI-based Circular Microstrip Patch Antenna
Create an AI-based circular microstrip patch antenna at 1 GHz. Set its radius to 0.08 m and height to 0.008939 m.
Calculate the resonant frequency of this antenna.
pAI = design(patchMicrostripCircular,1e9,ForAI=true); pAI.Radius = 0.08; pAI.Height = 0.008939; resonantFrequency(pAI)
ans = 1.0000e+09
View Default Values of Tunable Properties
View the default values for the radius and height of the original circular microstrip patch designed at 1 GHz.
d = defaultTunableParameters(pAI)
d = struct with fields: Radius: 0.0814 Height: 0.0084
AI-based antenna, specified as an AIAntenna object created using the design function.
design
Example: design(patchMicrostripCircular,1e9,ForAI=true)
design(patchMicrostripCircular,1e9,ForAI=true)
Default values of tunable properties at initial design frequency, returned as a structure.
Data Types: struct
struct
Introduced in R2023b
tunableRanges
reset
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ