To my understanding, variant arrays are two dimensional. The first dimension for mapping a row and the second for the number of columns. If I set an array equal to range of values that is horizontal, ie:
Therefor, I think based on my range, that it is mapping only one row, and mapping numberOfColumns-3 columns, correct?
Later, I'd like to pass this timeArray into a function that makes a plot. The timeArray would be on the x-axis. I had this code working when the range was a column, not horizontally (had to change somethings for work).
There are three values in this array: 0,100 and 200. When I go to plot it, it only plots 0 and 100. My plotting function is below. My question is, do I need to make a new array in the function for the time?
Bookmarks