|
infoplot1.m.html |
|
|
Source file: infoplot1.m
|
|
Directory: /home/rjl/git/rjleveque/clawpack-4.x/matlab
|
|
Converted: Sun May 15 2011 at 19:15:57
using clawcode2html
|
|
This documentation file will
not reflect any later changes in the source file.
|
% infoplot1.m
% print out parameter values
disp([' mq = ' num2str(mq)])
disp([' UserVariable = ' num2str(UserVariable)])
disp([' UserVariableFile = ' UserVariableFile])
disp([' MappedGrid = ' num2str(MappedGrid )])
if (exist('plotstyle'))
disp([' plotstyle = ' plotstyle])
end;
if (exist('PlotStyle'))
disp([' PlotStyle = ' PlotStyle]);
end;