02-02-2006 01:52 PM
X must contain at least one sample. If X is empty, the histogram is undefined, the error returns through the Histogram VI, and the Mode VI sets mode to NaN.If the following input sequence has a constant value, the Mode VI ignores the number of intervals and sets mode to the constant value in the input sequence:
if X = a
mode = a
When I input the dataset
{10, 10}
with an interval of 1, I get the answer NaN and the VI complains that it requires Top > Base. Am I misinterpretting the help file or is this an error with the VI?
Thanks,
Michelle
02-03-2006 04:35 PM
Hi Michelle,
Can you post a simple example of the code that isn't working correctly for you?
Thanks
Chris J
02-03-2006 05:37 PM
02-03-2006 05:38 PM
02-03-2006 06:19 PM
02-06-2006 08:49 AM
If the following input sequence has a constant value, the Mode VI ignores the number of intervals and sets mode to the constant value in the input sequence:
if X = a
mode = a
Do you have a different interpretation of the help files? Thanks for any input...
Regards,
Michelle
02-07-2006 02:33 AM
02-07-2006 08:37 AM
02-08-2006 11:57 AM