imat_result/plot


Purpose

Plot an imat_result in a special figure window.

Syntax

plot(r,fem)
[h,shpout]=plot(r,fem,handle,format,complexdisplay,'noundeformed','title',titlestr,'scale',scalefactor,'silent')
plot(r)

Description

When you PLOT an imat_result, the IMAT toolbox displays the data in a figure. Internally, PLOT will either convert to an imat_shp or imat_fn, and then calls the appropriate PLOT method for either of these two objects, passing along the optional input arguments to this function. See the help for either of these PLOT functions for details on their optional arguments.

If an IMAT_FEM object is passed into PLOT, it will call the imat_shp PLOT method. Otherwise it will call the imat_fn PLOT method.

For large models, consider using VTKPLOT.

See Also

imat_fem/plot, imat_shp/plot, imat_fn/plot, imat_result/vtkplot