pdeellip
Draw ellipse in PDE Modeler app
Description
pdeellip(
draws an ellipse with the center at
(xc
,yc
,a
,b
,phi
)xc
,yc
), the semiaxes
a
and b
, and the rotation
phi
(in radians). The pdeellip
command
opens the PDE Modeler app with the specified ellipse drawn in it. If the app is
already open, pdeellip
adds the specified ellipse to the app
window without deleting any existing shapes.
pdeellip
updates the state of the geometry description matrix
inside the PDE Modeler app to include the ellipse. You can export the geometry
description matrix from the PDE Modeler app to the MATLAB® Workspace by selecting
DrawExport Geometry Description, Set
Formula, Labels.... For details on the format of the geometry
description matrix, see decsg
.
Examples
Input Arguments
Version History
Introduced before R2006a
See Also
pdecirc
| pdepoly
| pderect
| PDE
Modeler