cell array manipulation and cell array conversion
2 ビュー (過去 30 日間)
古いコメントを表示
Hi guys, I have a cell array containing date and time (from year to millisecond). how can I manipulate the cell array so it only contains second and millisecond?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/284025/image.png)
0 件のコメント
採用された回答
David Hill
2020 年 4 月 13 日
X=readmatrix(yourFile);
t=datetime(X,'InputFormat','yyyy-MM-dd HH.mm.ss.SSSSSS','Format','ss.SSSSSS');
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Time Series Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!