| makefig.m.html | |
| Source file: makefig.m | |
| Directory: /Users/rjl/git/clawpack/apps/fvmbook/chap13/collide | |
| Converted: Wed Jan 4 2017 at 21:03:58 using clawcode2html | |
| This documentation file will not reflect any later changes in the source file. |
clf
Haxes = axes('position',[.1 .1 .8 .3]);
set(Haxes,'fontsize',20)
for Frame=[0 1 2 4]
for mq=1:2
plotframe1
if mq==1
axis([-5 5 0.0 3.5])
end
if mq==2
axis([-5 5 -0.5 2.0])
end
eval(['print dambreak_t' num2str(Frame) 'p' num2str(mq) ' -deps'])
query
end
end