User`s guide
10 Functions — Alphabetical List
10-70
Change the patch color, show the axes grid, rotate the camera, and enable mouse
rotation.
tp.FaceColor = 'red';
axs = gca;
axs.XGrid = 'on';
axs.YGrid = 'on';
axs.ZGrid = 'on';
camorbit(45, -20);
rotate3d on
Input Arguments
ifs — VRML IndexedFaceSet nodes to convert
array
VRML IndexedFaceSet nodes, specified as an array.