makefig.m.html CLAWPACK  
 Source file:   makefig.m
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/book/chap11/burgers
 Converted:   Tue Jul 26 2011 at 12:59:04   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

for Frame = [0 1 2 3 4 5 10 15 20 25 30];
   plotframe1
   str = ['print decay2N' num2str(Frame) '.eps'];
   eval(str)
   query
   end