makefig.m.html | ![]() |
Source file: makefig.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/book/chap21/radialdam/1drad | |
Converted: Tue Jul 26 2011 at 12:59:06 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
% first run with 12 output times up to t=1.5 for Frame=0:2:12 for mq=1:2 clf Haxes = axes('position',[.1 .1 .8 .3]); set(Haxes,'fontsize',15) plotframe1 %axis([-1 1 -1 1]) eval(['print raddam' num2str(Frame) 'q' num2str(mq) ' -deps']) query end end