Plot a PDE geometry.
Synopsis
pdegplot(g)
h=pdegplot(g)
Description
pdegplot(g)
plots the geometry of a PDE problem.
h=pdegplot(g)
returns handles to the plotted axes objects.
g
describes the geometry of the PDE problem. g can either be a Decomposed Geometry matrix or the name of a Geometry M-file. The formats of the Decomposed Geometry matrix and Geometry M-file are described in the entries on decsg and pdegeom, respectively.
Examples
Plot the geometry of the L-shaped membrane
» pdegplot('lshapeg')
See Also
pdegeom
[ Previous | Help Desk | Next ]