Error using datetime/datenum

8 次查看(过去 30 天)
Selim Khan
Selim Khan 2021-1-13
评论: Selim Khan 2021-1-13
Hello,
Could anyone help me finding the error in my datenum command as shown below and with the screenshot?
>> dataset.date=datenum(dataset.date,'yyyy-mm-dd');
Error using datetime/datenum; Too many input arguments.
Thanks in advance,
Selim

回答(1 个)

Cris LaPierre
Cris LaPierre 2021-1-13
First problem is you are trying to convert your datetime to a datenum. I hightly recommend keeping it a datetime. What are you trying to do that you want a datenum for?
Second, dataset.date is a datetime, not a string. You have too many input arguments because the formatIn input is only valid if your dates are strings. Remove this setting and your code should work.
  1 个评论
Selim Khan
Selim Khan 2021-1-13
Hi Cris,
Thanks for your kind reponse. Yes, it worked without converting to datenum. Regards, Selim

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Time Series Objects 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by