<font style="font-family:arial,helvetica,sans-serif" size="2">Hi, I'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">>> 'd maxloc(max('ans',x='x1',x='x2'),y='y1',y='y2')'
>> yline = sublin(result,2)
>> ymax = subwrd(yline,4)
>> 'd maxloc(max('ans',y='y1',y='y2'),x='x1',x='x2')'
>> xline = sublin(result,2)
>></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'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>