get_isosurfaces.m.html | ![]() |
Source file: get_isosurfaces.m | |
Directory: /home/rjl/git/claworg/clawpack-4.x/matlab | |
Converted: Sat Aug 6 2011 at 21:53:04 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
function isurf = get_isosurfaces() % Internal matlab routine for Clawpack graphics. ftag = get(gcf,'Tag'); if (~strcmp(ftag,'AMRClawSlicePlot')) error('get_isosurfaces : Current figure does not contain slice data'); end; amrplot = get(gcf,'UserData'); isurf = amrplot.isosurfaces;