Plot solution or surface mesh for 3-D problem
pdeplot3D(
plots the solution at nodal locations as colors on the surface of the 3-D
geometry specified in model
,'ColorMapData',results.NodalSolution)model
.
pdeplot3D(
plots the temperature at nodal locations for a 3-D thermal analysis
model.model
,'ColorMapData',results.Temperature)
pdeplot3D(___,
plots the surface mesh, the data at nodal locations, or both the mesh and data,
depending on the Name,Value
)Name,Value
pair arguments. Use any
arguments from the previous syntaxes.
returns a handle to a plot, using any of the previous syntaxes.h
= pdeplot3D(___)