Volume Visualization
Visualize volume data and 3-D vector field data. For example, you can display volume data as 2-D slices.
Functions
Topics
- Visualizing Volume DataThis example shows several methods for visualizing volume data in MATLAB®. 
- Overview of Volume VisualizationVolume visualization is the creation of graphical representations of data sets that are defined on three-dimensional grids. 
- Techniques for Visualizing Scalar Volume DataThere are several techniques available for visualizing scalar volume data, such as MRI slices. 
- Visualizing Four-Dimensional DataThis example shows several techniques to visualize four dimensional (4-D) data in MATLAB®. 
- Visualizing Vector Volume DataThere are several techniques that are useful for visualizing vector data, such as stream lines, stream particles, stream ribbons, stream tubes, and cone plots. 
- Exploring Volumes with Slice PlanesA slice plane is a surface that takes on coloring based on the values of the volume data in the region where the slice is positioned. 
- Connecting Equal Values with IsosurfacesIsosurfaces are constructed by creating a surface within the volume that has the same value at each vertex. Isosurface plots are similar to contour plots in that they both indicate where values are equal. 
- Isocaps Add Context to VisualizationsIsocaps are planes that are fitted to the limits of an isosurface to provide a visual context for the isosurface. 
- Display Streamlines Using Vector DataVisualize air currents in 3-D using streamlines, slice planes, and contours on the same plot. 
- Displaying Curl with Stream RibbonsStream ribbons illustrate direction of flow, similar to stream lines, but can also show rotation about the flow axis by twisting the ribbon-shaped flow line. 
- Displaying Divergence with Stream TubesStream tubes are similar to stream lines, except the tubes have width, providing another dimension that you can use to represent information. 
- Create Stream Particle AnimationsVisualize the speed and direction of particles within vector fields using streamlines. 
- Vector Field Displayed with Cone PlotsThis example shows how to use cone plots, isosurfaces, lighting, and camera placement to visualize a vector field.