How do you convert DateTime Strings into Date and Time values (seconds or month,day,time) Trying to plot wind speed by time

3 次查看(过去 30 天)
I am trying to plot wind speed (y-axis) by time (x-axis), however, the file that I was given has the time values stored as datetime strings and I am trying to convert these to time in seconds or the format of mm,dd, HH:MM:SS. Please help me!

回答(1 个)

Peter Perkins
Peter Perkins 2022-3-14
Cam, what problem are you having. Your screenshot suggests you have a vector of datetimes. Use that in plot, or whatever charting command you are using. If you want the tick labels to have some particular form, change the time1.Format property. It looks like you might want that to be "MM,dd HH:mm:ss". Or maybe MMM.
  4 个评论
Peter Perkins
Peter Perkins 2022-3-15
I think you want to look at the doc for plot. wavg doesn't even appear in your screen shots, so I have no idea what it is, but if you want to make a plot against time, then time should be the first input to plot.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by