Deposited in this blog are snippets of technical knowledge i'd like to refer back to from time to time.
Saturday, February 23, 2008
Reading "dates and time" in Matlab
If given a .txt data file with date entries enclosed in "quotes", open in xls and save as .csv. In Matlab call with textread and for the column corresponding to the date, use the format %q.
No comments:
Post a Comment