[gradsusr] maxloc alternatives
Jackson Cardoso
jackson.met at gmail.com
Mon Jan 9 06:27:12 EST 2012
Hi, I'm trying to results the coordinates and maximum value on grid. I used
the follow code found on emails:
>> '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)
>> xmax = subwrd(xline,4)
That works fine to me, but 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?
Jackson*
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120109/a00a8dd9/attachment-0003.html
More information about the gradsusr
mailing list