valpos
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Find the position of elements containing values closest to a specified value in an array
Arguments and Return Values Arguments:A numeric array Return Value: A structure containing the max value and position
Usage Syntax: maxpos(data = VAL [, iter = INT] [, ignore = VAL] [, lt = VAL]) 'data' - Any numeric array 'iter' - Number of lowest values desired 'ignore' - The value to ignore while searching for maximum value. 'lt' - Search for a minimum value about this 'less than' value.
Examples dv> a 345x500x10 array of float, bsq format [6,900,000 bytes] dv> maxpos(a) 3x1x1 array of int, bsq format [12 bytes] 1 1 1 dv> maxpos(a,lt=2) 3x1x1 array of int, bsq format [12 bytes] 3 1 1 dv> maxpos(a,iter=2) 3x2x1 array of int, bsq format [24 bytes] 1 1 1 1 2 2 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |