Importing picolog6 data to MATLAB

Forum for discussing PicoLog
Post Reply
LarsW
User
User
Posts: 6
Joined: Thu Mar 23, 2006 9:04 am
Location: Lund University

Importing picolog6 data to MATLAB

Post by LarsW »

I typically record temperatures from a single PT104 with 1 min intervals and this works fine in picolog6, but I have problems with importing picolog6 data to MATLAB. If I export as csv and import with xlsread (the MATLAB functipon to read excel files) I get character array strings like

'1,"21.772"'

that I have difficulties to read as numbers. Using the hdf5 format - that MATLAB can read in principle - is also quite complicated as I do not know the name of the dataset containing my data. Everything would have been much easier if it would have been possible to export as ascii/txt without any headers.

Post Reply