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!