11-07-2010 07:33 AM
I am trying to read the first reading greater than 0.5 in each column of the array.
Solved! Go to Solution.
11-07-2010 07:54 AM
From which array: Running x and y (control), Running x and y (indicator),x when y>z 2...
JM
11-07-2010 08:02 AM
I am trying to find the x when y >z. The "X When y>z" indicator shows the updated x when y>z. I want to show the first x when y>z. From the big 2-D array (x when y> 2), I want the first in each column.
11-07-2010 08:12 AM
What will be the output you try to obtain at the end?
11-07-2010 08:16 AM
1st Reading Indicator array should read [7,7,7,7,7,7,7,7]. Instead it reads "x when y>z"
11-07-2010 08:23 AM
Like this?
11-07-2010 08:37 AM
Yes. That is exactly what I want. Thank you. Is "not a number" new to 2010? I have never seen it before.
11-07-2010 08:46 AM - edited 11-07-2010 08:47 AM
11-07-2010 08:51 AM
Is there any way to do it real time?
11-07-2010 09:10 AM
You mean inside the while loop?