3D Visualization
Built-in functions › Graphics › 3D Visualization
49 functions in this category.
| Function | What it does |
|---|---|
boxplot | Box-and-whisker plot. |
camdolly | Translate the camera (and target). |
camlight | Add a camera-following light source. |
camlookat | Aim the camera at an object or point. |
camorbit | Orbit the camera around the target. |
campan | Pan (rotate) the camera left/right or up/down. |
campos | Get or set the camera position. |
camproj | Get or set the camera projection mode. |
camroll | Roll the camera (rotate around the view axis). |
camtarget | Get or set the camera target (point the camera looks at). |
camup | Get or set the camera up vector. |
camva | Get or set the camera view angle (zoom). |
camzoom | Zoom the camera in or out. |
colorbar | Add a color-scale legend to the figure. |
colormap | Get or set the colormap of the current figure. |
cylinder | Generate coordinate matrices for a unit cylinder. |
daspect | Get or set the data aspect ratio. |
drawnow | Force pending graphics updates to display. |
heatmap | Heatmap visualization with row/column labels. |
layoutaxes | Configure the axes layout on a chart sheet. |
legend | Add a legend to the chart. |
light | Add a directional or point light source to a 3D scene. |
lightangle | Add or position a light source by azimuth and elevation. |
lighting | Set the lighting model on a surface. |
material | Set surface material reflectance properties. |
mesh | 3D mesh (wireframe) plot. |
meshc | Mesh plot with contour lines on the floor. |
meshgrid | Generate X, Y coordinate matrices for grid evaluation. |
meshz | Mesh plot with curtain (skirt) at the boundary. |
moveaxes | Move axes to a new position on the chart sheet. |
pbaspect | Get or set the plot box aspect ratio. |
pcolor | Pseudocolor plot — flat 2D colored grid. |
pcolor3 | 3D pseudocolor plot. |
peaks | Built-in 2D test surface (Gaussian-mixture peaks). |
ribbon | 3D ribbon plot — each column rendered as a 3D ribbon. |
rotate | Rotate a graphical object. |
shading | Set the surface-edge rendering style. |
sphere | Generate coordinate matrices for a unit sphere. |
splitaxes | Split a multi-graph axes into overlay axes (one per graph). |
stem3 | 3D stem plot — vertical lines from a baseline plane to each (x, y, z). |
surf | 3D surface plot with colored faces. |
surface | Low-level 3D surface primitive. |
surfc | 3D surface plot with contour lines projected on the floor. |
surfl | 3D surface plot with lighting. |
surfnorm | Surface normal vectors at grid points. |
view | Set or query the camera view angle. |
violinplot | Violin plot — box plot with a kernel-density-estimate envelope. |
waterfall | 3D waterfall plot — independent line traces along one dimension. |
yysplit | Split an axes by adding a secondary y-axis. |