infoplot1.m.html | ![]() |
Source file: infoplot1.m | |
Directory: /home/rjl/git/claworg/clawpack-4.x/matlab | |
Converted: Sat Aug 6 2011 at 21:53:04 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;