MetalCatalog
Syntax
Description
Examples
Use Metal Catalog to Design Coplanar Waveguide
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: [1x1 dielectric] Conductor: [1x1 metal]
View the waveguide using show function.
figure; show(waveguide)
Input Arguments
name
— Name of metal
'PEC'
(default) | character vector
Name of the metal from the metal catalog, specified as a character vector.
Example:
'Copper'
Data Types: char
mc
— Metal catalog
metal
object
Metal catalog, specified as an object.
Output Arguments
mc
— Metal catalog
object
Metal catalog, returned as an object.
s
— Parameters of metal
structure
Parameters of the specified metal from the metal catalog, returned as a structure.
Version History
Introduced in R2021a
See Also
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- 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)