infoplot3.m.html CLAWPACK  
 Source file:   infoplot3.m
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/matlab
 Converted:   Mon Jan 21 2013 at 20:16:01   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
%  infoplot3.m
%  print out parameter values

disp(['  PlotType         = ' num2str(PlotType)])
disp(['  mq               = ' num2str(mq)])
disp(['  UserVariable     = ' num2str(UserVariable)])
disp(['  UserVariableFile = ' UserVariableFile])
disp(['  MappedGrid       = ' num2str(MappedGrid )])
disp(['  PlotData         = ' num2str(PlotData)])
disp(['  PlotGrid         = ' num2str(PlotGrid)])
disp(['  PlotGridEdges    = ' num2str(PlotGridEdges)])

if (exist('PlotCubeEdges'))
  disp(['  PlotCubeEdges    = ' num2str(PlotCubeEdges)]);
end;

if (exist('ContourValues'))
  disp(['  ContourValues    = ' num2str(ContourValues)]);
end;

if (exist('IsosurfValues'))
  disp(['  IsosurfValues    = ' num2str(IsosurfValues)]);
end;