<font style="font-family:arial,helvetica,sans-serif" size="2">Hi, I&#39;m trying to results the coordinates and maximum value on grid. I used the follow code found on emails:<br></font><pre><font style="font-family:arial,helvetica,sans-serif" size="2">&gt;&gt; &#39;d maxloc(max(&#39;ans&#39;,x=&#39;x1&#39;,x=&#39;x2&#39;),y=&#39;y1&#39;,y=&#39;y2&#39;)&#39;
&gt;&gt;  yline = sublin(result,2)
&gt;&gt;  ymax = subwrd(yline,4)
&gt;&gt; &#39;d maxloc(max(&#39;ans&#39;,y=&#39;y1&#39;,y=&#39;y2&#39;),x=&#39;x1&#39;,x=&#39;x2&#39;)&#39;
&gt;&gt;  xline = sublin(result,2)
&gt;&gt;</font><font style="font-family:arial,helvetica,sans-serif" size="2">  xmax = subwrd(xline,4)<br><br>That works fine to me, b</font><font style="font-family:arial,helvetica,sans-serif" size="2">ut now I&#39;m trying to results the second maximum coordinates and second maximum value on grid. There is a way to do that or another alternative?</font><font style="font-family:arial,helvetica,sans-serif" size="2"><br>

<br>Jackson</font><i><br></i></pre>