LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining average values from 2 - 1d arrays

I have 2 1d arrays
.
The first array contains time values of some length and the second array contains measured values. I would like to find the differences from the measure value array row1 - (minus) row0 / (divide) time array row 1 - (minus) row0 and continue with measure value array row2 - row1/ time array row2 -row1, continuing through the rest of the array.
 
I have had any good results yeat.
 
Thanks for your help!
0 Kudos
Message 1 of 3
(2,633 Views)
Hi newbie,

that's basic array math:



Message Edited by GerdW on 11-12-2007 01:39 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,625 Views)
That works! 
 
Thanks for your help!!
 
Newbie 2
0 Kudos
Message 3 of 3
(2,610 Views)