get_cubes.m.html | ![]() |
Source file: get_cubes.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/matlab | |
Converted: Sun May 15 2011 at 19:15:56 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
function c = get_cubes() % Internal matlab routine for Clawpack graphics. ftag = get(gcf,'Tag'); if (~strcmp(ftag,'AMRClawSlicePlot')) error('get_cubes : Current figure does not contain slice data'); end; amrplot = get(gcf,'UserData'); c = amrplot.cubes;