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.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处