fongcj
Electrical
- Sep 30, 2005
- 2
I have a bunch of text files that have EEG data. Problem is that they are all in hex and I want them in decimal. The format of these files look like this:
5020:30 a6 52
5040:26 cd e4
I know the hex2dec works for arrays in a certain format but I don't know how to put it in that format. Also dlmread with the range function doesn't seem to work for me. Any suggestions?
5020:30 a6 52
5040:26 cd e4
I know the hex2dec works for arrays in a certain format but I don't know how to put it in that format. Also dlmread with the range function doesn't seem to work for me. Any suggestions?