show
Display the mesh as a patch on the current axes
Description
show( displays the mesh)extendedObjectMesh as a patch on the current axes. If there are no active axes,
the function creates new axes.
[
also returns the ax,p] = show(mesh)Patch object that contains the data for the mesh. Use
p to query and modify properties of the patch object after it is
created. For a list of properties and descriptions, see Patch Properties.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b
