LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calculation

Hi,

I have an array (see attachment):

 

 

I need to work out a number of calculations (mean, standard errors and so on) on different rows. Has anyone an example of how to dissect an array for such a thing. Also I am going to plot different graph.

Thanks in advance,

Valter

 

0 Kudos
Message 1 of 3
(2,646 Views)
First of all, you do not need 2 index array functions
 
One single index array function for each index array operation, will give you your sting form column 0, number for column 1 an number from column 2
 
Here is a demo vi to illustrate this
 
Also look at array
 
ps: ignore this message

Message Edited by devchander on 10-22-2007 07:47 AM

0 Kudos
Message 2 of 3
(2,634 Views)
First of all, you do not need 2 index array functions
 
One single index array function for each index array operation, will give you your sting from column 0, number from column 1 and number from column 2
 
Here is a demo vi to illustrate this
 
Also look at array example vi's shipped with LabVIEW to learn on usage of array functions
0 Kudos
Message 3 of 3
(2,632 Views)