makefig.m.html CLAWPACK  
 Source file:   makefig.m
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap11/burgers
 Converted:   Mon Jan 21 2013 at 20:15:30   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