plot vector with string timestamp
1 次查看(过去 30 天)
显示 更早的评论
i want to plot some data with timestamp. Timestamp is string like this: 2019-07-01T18:55:02.197040 and my data are vector. Any help?
2 个评论
Mohammad Sami
2020-3-16
You can convert your timestamps to either datetime variable or to datenum. See documentation for how to set the format string.
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!