iiaz
From DavinciWiki
Supported Under Version: > 1.00
Description "Invert Independently About Zero" - inverts values while preserving their original sign
Arguments and Return Values Arguments: An array of values Return Value: An array of the same size as the input
Usage Syntax: iiaz(inputdata)
Examples dv> t2 3x3x1 array of double, bsq format [72 bytes] 0.2125000060 0.7153999805 0.07209999859 1.000000000 -0.5000000000 -1.000000000 0.2700000107 -0.8660253882 0.8660253882 dv> i2=iiaz(t2) Current minimum value: -1.000000. Current maximum value: 1.000000. Clipping input values to a range of (0.000000) to (1.000000). Current minimum value: -1.000000. Current maximum value: 1.000000. Clipping input values to a range of (-1.000000) to (0.000000). 3x3x1 array of double, bsq format [72 bytes] 0.7875000238 0.2846000195 0.9279000163 0.0000000000 -0.5000000000 0.0000000000 0.7300000191 -0.1339746118 0.1339746118
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Library Changes Created On: 07-16-2012 |