I have a file that looks like this:
15:03:21 II 0.88 0.64 15:03:31 II 0.88 0.64 15:03:42 II 0.40 0.40 and others.
after loading the file in Matlab, I want to be able to read the first column (which corresponds to the time) and interpret them as numeric values. At the moment, they are interpreted as a string of ascii characters, and I can not perform any mathematical operations on them. Does anyone have any suggestions as to how I can read time as numbers instead of the ascii character string?
Bilal source
share