]> Three-dimensional Visualization

Three-dimensional Visualization

showVolume() plots the three orthogonal slices through a three-dimensional volume in the same window. Cross-hairs indicate the position of the different cuts. By clicking the mouse in the different slices, the user can change from one position to another. The fourth sub-plot plots the reconstruction as a function of Z at the current XY value. To return control back to Matlab, click once in the fourth ( fZ) subplot.

ishowVolume() is the same as showVolume() except ishowVolume() allows interactive click-and-drag viewing with a mouse at the expense of slower over-all display updates.

Function Summary

Syntax: h = showVolume(Medium, data);
Inputs: Medium Medium structure
data The data to be plotted
Outputs: h Handle to new figure
Syntax: h = ishowVolume(Medium, data);
Inputs: Medium Medium structure
data The data to be plotted
Outputs: h Handle to new figure