MAXMIN

From ICE Enterprises
Jump to navigation Jump to search

Find the maximum and minimum values in a data file

<IN>        Input file
<MAXOUT>    Results value for maximum value output (optional)
<MINOUT>    Results value for minimum value output (optional)

This is a simplified version of the STATISTICS command that is used to find
the the maximum and minimum values in a file.

Examples:
  1. Get the min and max values from a file:
       nM> MAXMIN nxm.sys.dat.fftdemo.prm MAXOUT=max MINOUT=min
       nM> res max
        D: MAX   = 259.27180800015543
       nM> res min
        D: MIN   = 0.038583756802216325

     This is the same as using:
       nM> STATISTICS nxm.sys.dat.fftdemo.prm MAX=max MIN=min


Switches:
  /VERBOSE - If ANY output results label are given, output to the screen is 
             suppressed unless this switch is given.

See Also: STATISTICS