Change mesh mode of antenna structure
meshconfig(antenna,mode)
example
meshconfig(antenna,mode) changes the meshing mode of the antenna according to the text input mode.
antenna
mode
collapse all
Change the mesh configuration of a dipole antenna from auto (default) to manual mode.
h = dipole; meshconfig(h,'manual')
ans = struct with fields: NumTriangles: 0 NumTetrahedra: 0 NumBasis: [] MaxEdgeLength: [] MeshMode: 'manual'
mesh(h,'MaxEdgeLength',0.1)
Antenna object, specified as a scalar handle.
'auto'
'manual'
Meshing mode, specified as 'auto' or 'manual'.
Data Types: char
char
mesh | show
mesh
show
You have a modified version of this example. Do you want to open this example with your edits?