[Index for ./mat4]
[Return to Master Index]
plotbnd4
(./mat4/plotbnd4.m)
Function Synopsis
retval=plotbnd4(x,y,bnd)
Help text
PLOTBND4 plot boundary of FEM mesh
PLOTBND4 is be used to draw the boundary of an existing
FEM domain.
PLOTBND4 can also be used to draw the boundary of a transect.
The boundary list can be generated by passing DETBNDY
the transect node coordinates and the element list for
the transect. Then, pass PLOTBND4 the same node coordinates
and the boundary list returned from DETBNDY.
Input : x - x-coordinate list
y - y-coordinate list
bnd - boundary node pairs as output from DETBNDY
Output : hboun - handle to boundary object drawn
Call as: hboun=plotbnd4(x,y,bnd)
Written by : Brian O. Blanton
Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF