How to add hours:minutes in Matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
Tahariet Sharon
2021 年 1 月 28 日
コメント済み: Tahariet Sharon
2021 年 1 月 28 日
Let's say I have hours:minute data in format HH:MM, and want to do statistics with it. I want to have the data in minutes for instance to be able to do t-tests. How to go about this in Matlab? Thanks!
0 件のコメント
採用された回答
Walter Roberson
2021 年 1 月 28 日
t='10:10';
minutes(duration(t, 'inputformat', 'hh:mm'))
3 件のコメント
Walter Roberson
2021 年 1 月 28 日
If it is a cell array of character vectors, use the call I provided.
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!