from cell to date
88 ビュー (過去 30 日間)
古いコメントを表示
I have a cell variable 201624x1 with values for date from '01/01/1994 01' until '01/01/1994 01' How do I convert these into Matlab dates
Thanks
3 件のコメント
per isakson
2017 年 7 月 4 日
編集済み: per isakson
2017 年 7 月 4 日
- See Represent Dates and Times in MATLAB
- See Convert Between Datetime Arrays, Numbers, and Text
- What do you mean by "Matlab dates" ? An array of serial date numbers or a datetime array.
- Either 00 through 23 or 01 through 24. I prefer the former because 24 will automatically be converted to 00 of the following day.
採用された回答
その他の回答 (1 件)
Anushi1998
2017 年 7 月 4 日
Use strfun and datetime functions for conversion
1 件のコメント
Guillaume
2017 年 7 月 4 日
You probably mean cellfun. There is no strfun in base matlab. In any case, datetime can directly operate on a cell array so cellfun would not even be needed.
参考
カテゴリ
Help Center および File Exchange で Dates and Time についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!