k-Wave Toolbox |
Display a three-dimensional matrix slice by slice
flyThrough(mat) flyThrough(mat, dim) flyThrough(mat, dim, fps) flyThrough(mat, dim, fps, loop)
flyThrough
produces an animated visualisation of the data within a three-dimensional matrix mat
by displaying the matrix slice by slice using imagesc
and the colormap returned by getColorMap
. A constant scaling parameter is automatically computed using the maximum value within mat
.
|
the three-dimensional matrix to visualise |
|
matrix dimension through which the slices are taken (default = |
|
maximum number of frames per second to display (default = |
|
number of times to loop the animation (default = |
Note The maximum achievable |
getColorMap
, imagesc
fitPowerLawParams | focus |
© 2009-2014 Bradley Treeby and Ben Cox.