makefig.m.html CLAWPACK  
 Source file:   makefig.m
 Directory:   /Users/rjl/clawpack_src/clawpack_master/apps/fvmbook/chap11/burgers
 Converted:   Sat Mar 23 2024 at 11:04:32   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