dateunix:UNIX格式的时间戳记类-matlab开发

时间:2024-06-18 15:48:28
【文件属性】:

文件名称:dateunix:UNIX格式的时间戳记类-matlab开发

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-18 15:48:28

matlab

DATEUNIX 类,用于 UNIX 格式的时间戳(秒数自 1970 年 1 月 1 日起) 构造函数方法可以用来转换datenum、datevec、 datestr 和 datetime 通过调用: dout = dateunix(din) dout = dateunix(din, formatOut) 也可以通过调用将其转换为上述 4 种格式它们各自在 dateunix 类型的变量上的函数。 方法: -将时间加减到dateunix变量中: newtime = addtime(oldtime, increment); 增量可以是“纳秒”、“微秒”、“毫秒”、 'seconds'、'minutes' 或默认值:'days' - 确定一年中的某一天(1 到 366 之间的值) doy = dayofyear(时间); - 确定星期几(1 到 7 之间的值) dow = dayofweek(时


【文件预览】:
dateunix.zip

网友评论