05-05-2010 07:29 AM
I have a 1D array. It is filled with approx 200 values in SGL. I have to modify all the data. When the value is negative I have to turn it possitive (1st step). Second step. All values < 1*10-6 must be set to this value (1*10-6). What is the best way/easeast to do this??
Best regards,
Rens
Solved! Go to Solution.
05-05-2010 07:49 AM
Hi Rens,
the attached image shows one possibility.
Mike
05-05-2010 08:28 AM
Or this:
05-05-2010 08:34 AM - edited 05-05-2010 08:40 AM
Hi RvG,
The 'Absolute' function will make your whole array positive. You can then compare this array with your value, setting to the value if below:
EDIT: Or just do it TST's way as its better 🙂
Rgs,
Lucither