makefig.m.html | ![]() |
Source file: makefig.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/book/chap3/acousimple | |
Converted: Tue Jul 26 2011 at 12:58:58 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
Haxes = axes('position',[.1 .1 .8 .3]); set(Haxes,'fontsize',20) %Htitle = title('velocity at time 0'); %set(Htitle,'fontsize',20) for j=[0 1 5 10 15 20 25 30] for ip=1:2 plotframe1(j,ip) axis([-1 1 -1 1]) eval(['print acousimple_t' num2str(j) 'p' num2str(ip) ' -deps']) query end end