How do I plot data date time strings or datetime variables as data points in a plot?

3 次查看(过去 30 天)
so if I have a vector of datetime variables as the y axis, that have days of the year , and a vector of datetime variables, that have hours in the day, as the xaxis , that represent hours of the day, then a matrix of weather temperatures for my z variable.
How do I plot them all together using the 2-D version of surf, as data points without having to relable the x and y axis?
So if I click on the data cursor in the figure, it will show me the x: hour of the day
y : day of the year dd/mm/yyyy
z : temperature

采纳的回答

Walter Roberson
Walter Roberson 2018-5-15
Use datacursormode() to program a custom UpdateFcn

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by