Clear Filters
Clear Filters

Bug in gui import tool while importing datetime array with milliseconds

1 view (last 30 days)
Hello,
I can not import a table properly because the formatting of datetime does not apply to the whole column representing my time vector.
I have attached a screenshot showing that only the beginning portion of the table gets imported.
What is going on here? And how can I circumvent this bug?
I am only interested in columns C,D and E. Can an experienced user tell me how the codeline would look like (with readtable?) for importing just these columns?
Any help would be gladly appreciated!
Regards,

Accepted Answer

Vuk
Vuk on 17 Apr 2018
Found the problem: it was because the datetime import was set to HH:mm:ss:s. It worked when set to HH:mm:ss.SSS

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!