Displaying 1 result from an estimated 1 matches for "tp2719489p2719542".
2010 Sep 29
1
Converting a line by line program into an array to perform summary stats
I am trying to turn several lines of information into a variable. I used
the filx function to input my file then the readlines to qualify what I
want. Essentially I have data in a file every 10 minutes through a day for
several years down a column:
date time value
9/28/10 02:00 13
9/28/10 02:10 15
9/28/10 02:20 12
9/28/10 02:30 11
etc.
I then use if statements to segment the day