LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can you covert a 2-d array into a 1-d array by taking the average of all the values in each row?

Hi
 
My application is generating a 2-dimensional array of data as it performs multiple sweeps.  I would like to take the mean of all the data in each row and thereby reduce to a 1-dimensional array.  Does anybody have a quick solution.
 
(Sorry - I am posting many messages at present, I promise to share my acquired knowledge!!!).
 
Thanks
 
Ashley. 
0 Kudos
Message 1 of 3
(2,616 Views)
Thanks Dennis
 
A piece of cake!  Did the job by transposing the array first,
 
Thanks
 
Ashley
0 Kudos
Message 3 of 3
(2,587 Views)