find
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
Metal or dielectric catalog, specified as a MetalCatalog
or DielectricCatalog object.
Name of a metal or dielectric from the catalog, specified as a string or character vector.
Example:
'Copper'
Example:
'FR4'
Data Types: char | string
Output Arguments
Parameters of the specified metal or dielectric. returned as a structure.
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.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 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)