afterframe.m.html | |
Source file: afterframe.m | |
Directory: /Users/rjl/clawpack_src/clawpack_master/classic/examples/advection_2d_annulus | |
Converted: Mon Feb 19 2024 at 17:58:41 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
axis([-1 1 -1 1]); daspect([1 1 1]); colormap(jet); showpatchborders; % showgridlines(1:2); cv = linspace(-1,1,21); cv(cv == 0) = []; drawcontourlines(cv); caxis([-1 1]); shg; clear mapc2p clear afterframe;