将时间序列转换为字符串

时间:2014-09-05 06:09:48

标签: string matlab time-series

我想将时间序列数据转换为字符串,这可能吗? 在我搜索时,有一些从字符串到时间序列的转换,而不是时间序列到字符串。 如果你回答我会非常感激。

1 个答案:

答案 0 :(得分:0)

根据您将其转换为字符串的数据类型,您可以使用

time = ('data_time.dat')
new_time_stamp=datestr(time,'yyyymmddHHMM'); %convert data of time into a string

使用data_time包含要读取的数据的文件

虽然取决于您的数据形成,但您也应该查看datenum