I want to convert the large datetime data into double format.
I used datenum command, but its changing the value. The code and the values are attached below. Here TimestampHide is the data from an excel sheet.
MATLAB Code:
>> T=TimestampHide;
>> T.Format = ‘yyyy-MM-dd HH:mm:ss.SSS’;
>> Z=datenum(T);
The value of ZI used datenum command, but its changing the value. The code and the values are attached below. Here TimestampHide is the data from an excel sheet.
MATLAB Code:
>> T=TimestampHide;
>> T.Format = ‘yyyy-MM-dd HH:mm:ss.SSS’;
>> Z=datenum(T);
The value of Z I used datenum command, but its changing the value. The code and the values are attached below. Here TimestampHide is the data from an excel sheet.
MATLAB Code:
>> T=TimestampHide;
>> T.Format = ‘yyyy-MM-dd HH:mm:ss.SSS’;
>> Z=datenum(T);
The value of Z timestamp, datetime MATLAB Answers — New Questions