MAXLOC: location of maximum in an array (f)
⇒Home
⇒Contents
⇒more on Programming
(⇒Optional Keywords Syntax)
Bookmarks:
⇒maximum value location
MAXLOC returns the
maximum value location
of the scalar arguments or the array argument:
result = MAXLOC( x, y, z, ...)
! x, y, z are numeric scalars, e.g.:
largest_loc = MAXLOC( 4, -3.1,
EXP
(1) )
! sets largest_loc to 1
REAL
:: vec(5)
vec =
RAN
( 100, 10)
! e.g. 96.00351636 90.99435447 108.1637875 91.95317195 90.80626762
result = MAXLOC(vec)
! set to 3
MAX
is to find the
maximum value
, e.g.:
value = MAX( vec )
! is set to 108.1637875
analogous functions are
MIN
and
MINLOC
How your donation will be used, and how to get a HicEst key code in return
©2000-2010 Georg Petrich, HicEst Instant Prototype Computing. All rights reserved.
Impressum