Help CenterHelp Center
Catalog of dielectric materials
dc = DielectricCatalog
dc = DielectricCatalog creates an object handle for the dielectric catalog.
dc
To open the dielectric catalog, use open(dc)
open(dc)
To see the properties of a dielectric material from the dielectric catalog, use s = find(dc,name).
s = find(dc,name)
s
name
example
collapse all
Open the dielectric catalog.
dc = DielectricCatalog; open(dc)
List the properties of the dielectric substrate Foam.
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: [1x1 dielectric] Conductor: [1x1 metal] SolverType: 'MoM' IsShielded: 0
View the waveguide.
figure; show(waveguide)
'Air'
Name of a dielectric material from the dielectric catalog, specified as a character vector.
Example: 'FR4'
'FR4'
Data Types: char
char
Dielectric catalog, specified as an object handle.
Dielectric catalog, returned as an object handle.
Parameters of a dielectric material from the dielectric catalog, returned as a structure.
Introduced in R2016a
dielectric
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.
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:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office