I am trying to get the my data read through Matlab and then plot it, but with my code using fscanf and/or textscan the file is being read as one array and taking the data one by one as a character which makes it impossible to plot. It's like each char/integer is an array. Here's how my data looks like:
Time Volt Chan 1 chan 2 chan 3 chan 4 chan 5 chan 6 chan 7
3333.222 222.33 0.2334 0.3444 0.2233 0.4455 -0.733 0.3333 0.12345
3333.222 0.2323 0.4566 0.3456 0.2453 0.4563 -0.753 0.2356 0.23455
I want to plot the time data Versus the volts and the other channels separately. Can Anyone help? I know the data looks wrong on here but there's two set of data for each channels.