Date stamp on plot
显示 更早的评论
Hello.
I am having an issue where I am plotting data using datetime (converting from excel) and it is giving me the date stamp of the current day on the plot. I need to specify the date I want and stamp it onto the plots without interfering with the data. How can I do this?
Thanks!
2 个评论
Scott MacKenzie
2021-6-10
So, you are reading a date and time from Excel into a datetime variable, but the datetime variable is for the current day not the day in the Excel file. It might help if you provide the data and your code.
Brian Gregory
2021-6-10
采纳的回答
更多回答(1 个)
plot(1:10, 1:10)
title("This plot was created at " + string(datetime('now')))
类别
在 帮助中心 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

