<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MAXMIN</id>
	<title>MAXMIN - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MAXMIN"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MAXMIN&amp;action=history"/>
	<updated>2026-04-09T15:54:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=MAXMIN&amp;diff=816&amp;oldid=prev</id>
		<title>ConvertBot: Find the maximum and minimum values in a data file</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MAXMIN&amp;diff=816&amp;oldid=prev"/>
		<updated>2020-04-27T22:05:06Z</updated>

		<summary type="html">&lt;p&gt;Find the maximum and minimum values in a data file&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Find the maximum and minimum values in a data file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;IN&amp;gt;        Input file&lt;br /&gt;
&amp;lt;MAXOUT&amp;gt;    Results value for maximum value output (optional)&lt;br /&gt;
&amp;lt;MINOUT&amp;gt;    Results value for minimum value output (optional)&lt;br /&gt;
&lt;br /&gt;
This is a simplified version of the STATISTICS command that is used to find&lt;br /&gt;
the the maximum and minimum values in a file.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  1. Get the min and max values from a file:&lt;br /&gt;
       nM&amp;gt; MAXMIN nxm.sys.dat.fftdemo.prm MAXOUT=max MINOUT=min&lt;br /&gt;
       nM&amp;gt; res max&lt;br /&gt;
        D: MAX   = 259.27180800015543&lt;br /&gt;
       nM&amp;gt; res min&lt;br /&gt;
        D: MIN   = 0.038583756802216325&lt;br /&gt;
&lt;br /&gt;
     This is the same as using:&lt;br /&gt;
       nM&amp;gt; STATISTICS nxm.sys.dat.fftdemo.prm MAX=max MIN=min&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Switches:&lt;br /&gt;
  /VERBOSE - If ANY output results label are given, output to the screen is &lt;br /&gt;
             suppressed unless this switch is given.&lt;br /&gt;
&lt;br /&gt;
See Also: STATISTICS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>