open
Syntax
Description
Examples
Open the metal catalog.
mc = MetalCatalog; open(mc)

List the properties of the metal material Aluminium.
s = find(mc,'Aluminium')s = struct with fields:
Name: 'Aluminium'
Conductivity: 37700000
Thickness: 30
Units: 'mil'
Comments: ''
Use the above metal in a coplanar waveguide.
m = metal('Aluminium'); waveguide = coplanarWaveguide('Conductor',m)
waveguide =
coplanarWaveguide with properties:
Length: 0.0231
Width: 0.0039
Spacing: 2.0000e-04
ViaSpacing: [0.0011 0.0070]
ViaDiameter: 5.0000e-04
Height: 0.0016
GroundPlaneWidth: 0.0300
Substrate: [1×1 dielectric]
Conductor: [1×1 metal]
IsShielded: 0
View the waveguide using show function.
figure; show(waveguide)

Open the dielectric catalog.
dc = DielectricCatalog; open(dc)

List the properties of the dielectric substrate Foam.
s = find(dc,'Foam')s = struct with fields:
Name: 'Foam'
Relative_Permittivity: 1.0300
Loss_Tangent: 1.5000e-04
Frequency: 50000000
Comments: ''
Use the substrate Foam in coplanar waveguide.
d = dielectric('Foam'); waveguide = coplanarWaveguide('Substrate',d)
waveguide =
coplanarWaveguide with properties:
Length: 0.0231
Width: 0.0039
Spacing: 2.0000e-04
ViaSpacing: [0.0011 0.0070]
ViaDiameter: 5.0000e-04
Height: 0.0016
GroundPlaneWidth: 0.0300
Substrate: [1×1 dielectric]
Conductor: [1×1 metal]
IsShielded: 0
View the waveguide.
figure; show(waveguide)

Input Arguments
Catalog, specified as either a MetalCatalog
or DielectricCatalog object.
Version History
Introduced in R2021a
See Also
MATLAB Command
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 のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)