So I have an array of data and want to use it as my Y values.
However I want to use an incremental time counter for my X's; 1,2,3...etc.
What's the command for the incremental time counter?
I think I'll also need this for another column. I'm using these 2 functions to calculate the slope and intercept of an array. I will then be using them to make another array that starts off at: The Intercept + x*slope, where x increments down the array.
Bookmarks