MINLOC: location of minimum in an array (f)
⇒Home
⇒Contents
⇒more on Programming
(⇒Optional Keywords Syntax)
Bookmarks:
⇒minimum value location
MINLOC returns the
minimum value location
of the scalar arguments or the array argument:
result = MINLOC( x, y, z, ...)
! x, y, z are numeric scalars, e.g.:
smallest_loc = MINLOC( 4, -3.1,
EXP
(1) )
! sets smallest_loc to 2
REAL
:: vec(5)
vec =
RAN
( 100, 10)
! e.g. 96.00351636 90.99435447 108.1637875 91.95317195 90.80626762
result = MINLOC(vec)
! set to 5
MIN
is to find the
minimum value
, e.g.:
value = MIN( vec )
! is set to 90.80626762
analogous functions are
MAX
and
MAXLOC
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