LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to have a floating point representation in an array in LabVIEW?

Could anyone be able to tell me how I would go about creating a part of a Vi that would create a user defined N random arrays of user defined length consisting of floating point representation?
 
The values in the array cannot be limited to 0 and 1.
 
Thanks
 
Alan Homer
0 Kudos
Message 1 of 3
(2,349 Views)
Sorry, I don't understand what you want,

N random arrays?  You can build an array of required length, bundle it to a cluster and repeat this X times (Depending on how many arrays you need).  Each cluster can then in turn be grouped to an array, whereby each array retains its own length.

You can easily define an array as an array of floating point numbers.  Is this what you mean? (See picture)

I also don't quite understand what the values 0 and 1 have to do with your question as a whole.....

Trying to help

Shane
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 2 of 3
(2,342 Views)
Sorry, it was poorly explained but yes, you got the right idea, I wanted N random arrays of floating point numbers.
 
Thanks
 
Alan Homer
0 Kudos
Message 3 of 3
(2,325 Views)