标签: matlab datetime unicode matlab-figure unicode-string
以下是我的问题。
我有一个unicode时间数组,其数字类型为1.4243e+09,类型为double。如何将其转换为hh:mm:ss格式,如果它也以unicode值编码,则忽略日期?
1.4243e+09
如何使用转换后的值来绘制与上述时间戳相对应的数据集?
函数unicode2native仅适用于字符串类型输入,但我的输入为'double'类型。
unicode2native
'double'