11-18-2012 11:28 AM
I am trying to get a graph of that plots from a txt file that I have. The first coumn is time and the rest of the columns are data from different sensors. From the graph that I got it looks like its only reading the first cloumn.
How can I make sure that I get a plot from every column?
Thanks
Solved! Go to Solution.
11-18-2012 11:36 AM - edited 11-18-2012 11:38 AM
Try something like the attached. (I think your array manipulations could be further simplified)
(You might also be interested in supporting this idea)
11-18-2012 11:48 AM - edited 11-18-2012 11:48 AM
@altenbach wrote:
(I think your array manipulations could be further simplified)
Yes, read the file transposed and use "delete from array" as follows:
Much simpler! 😄
11-18-2012 11:58 AM
Thanks! I tend to make things difficult...