Does LabView recognize an empty or null value in a numeric data set ?
Sometimes the result of a measurement is an invalid result, but it is desirable to record that a measurement was taken for that element in the data set. For example a typical probe data se sequence is
X Y VALUE
3 2 27.2
3 3
3 4 34.2
where the second line is a null or empty value. These values should contribute to the count of the toal number of items in a data set, but should not contribute to any of the statistics - such as the mean.
Thansk