03-21-2013 08:02 AM
I want to get the maximum of a list of numbers (see attachment) . However, when I use the Min & Max from array vi, the maximum value output yields nothing. My guess is that there is something wrong with the data format, but I am having difficulty figuring out how I can fix it. Thanks for your help!
Solved! Go to Solution.
03-21-2013 08:23 AM - edited 03-21-2013 08:26 AM
03-21-2013 08:56 AM
Is there a way to get the maximum vertically? For example, with the numbers you posted, I want to get 8 and 5.
03-21-2013 09:03 AM - edited 03-21-2013 09:04 AM
Use a FOR loop and Unbundle.
03-21-2013 09:31 AM
Thanks very much! I am relatively new to Labview, so I found that very helpful.