%% %%This program calls 3 functions to 1) extract the hex data, %%2)put it in order by mission name, using the names for my iButton %%locations, this is specific to my application. and 3) exports the data %%to myData.out in the work directory and outputs a column of headers to be %%cut-and-pasted into the top rows of myData.out, to make an excel %%spreadsheet. %%DEBUGGING %%if you get an error, likely the datafile structure is messed up. to see %%what line is messed, myOrderedData{1,i-1} will return the last line of data %%that is ok. Check to see that all fields are full and in the right %%place, then compare with myOrderedData{1,i}, the line with problems. clear all; thermochron; orderThermochron; exportThermochron;