meshconfig

Change mesh mode of antenna structure

Description

example

meshconfig(antenna,mode) changes the meshing mode of the antenna according to the text input mode.

Examples

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)

Figure contains an axes and other objects of type uicontrol. The axes with title Metal mesh contains 2 objects of type patch, surface.

Input Arguments

collapse all

Antenna object, specified as a scalar handle.

Meshing mode, specified as 'auto' or 'manual'.

Data Types: char

See Also

|

Introduced in R2015a
Для просмотра документации необходимо авторизоваться на сайте