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!