show
R2026bDescription
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
show( displays the mesh or
scene object meshORsceneObj)meshORsceneObj in an interactive 3D viewer. The viewer
renders the mesh with its textures, materials, and colors. The viewer aligns the grid plane
and axes orientation according to the UpAxis property of the
mesh.
You can interact with the viewer using these mouse controls:
Left-click + drag — Rotate or orbit around the target.
Middle-click + drag or scroll wheel — Zoom in or zoom out.
Right-click + drag — Pan.
displays the mesh or scene object figHandle = show(meshORsceneObj,Name=Value)meshORsceneObj using one or more
name-value arguments and returns the figure handle. For example, Background="#FFFFFF" specifies the background color as
white.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b
