There are two standard toolbox functions for
plotting two-dimensional data. plotData() displays
measurements while preserving geometrical relationship. This is done
by creating a subplot for each source and plotting every detector at
its correct
location (or vice
versa), using color to indicate measurement amplitude.
showImage(), on the other hand, is for plotting
reconstructed images. For each constant
slice
through the volume, a subplot is generated. The same color scale is
used for all plots. If both Mua and Musp are
given, then the data are placed on the same graph.
Function Summary
Syntax:
h = plotData(SD, Medium, data[, srcFlag [, colormap]]);