转换为 matlab 时间
我有时间格式为“15:10:21”的字符串,而且我还知道日期,格式为 2011-08-05。
从这些数据中获取 matlab 时间(自 1900 年以来的天数)的最佳方法是什么?
I have strings of the format '15:10:21' for time, and I also know the date, which is in the format 2011-08-05.
What's the best way to obtain matlab time (in days since 1900) out of this data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
datenum
:“matlab 时间”实际上是自0 年 1 月 0 日:
Use
datenum
:The "matlab time" is actually days since the 0th of January, in the year 0: