Changeset 794 for trunk/src/read_lvm.m


Ignore:
Timestamp:
Jul 7, 2014, 1:50:46 PM (10 years ago)
Author:
sommeria
Message:

read_rdvision corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_lvm.m

    r789 r794  
    2121Dot_pos=regexp(TimeString,'\.');
    2222TimeString=TimeString(1:Dot_pos+2); % round to 1/100 s
     23r1.DateDat=regexprep(r1.DateDat,'/','-');%replace '/' by '-' (to get standard date representation recognized by Matlab)
    2324Data.DateTime=[r1.DateDat ' ' TimeString];%insert date to the time string (separated by a blank)
    2425
Note: See TracChangeset for help on using the changeset viewer.