afterframe1.m.html CLAWPACK  
 Source file:   afterframe1.m
 Directory:   /Users/rjl/clawpack_src/clawpack_master/apps/fvmbook/chap10/tvb
 Converted:   Sat Mar 23 2024 at 11:05:05   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
hold on
plot(xtrue,qtrue)
axis([0 1 -1 1.5])
hold off

% RJL's additional stuff to title and print out eps files for book:

set(gca,'fontsize',20)
str = input('title? ');
htitle = title(str);
set(htitle,'fontsize',20)
prfile = input('print to file advcomp_?');
if ~isempty(prfile)
  eval(['print  wavepacket_' prfile ' -deps'])
  end
hold off