How to reverse a duration?
古いコメントを表示
e.g. c = minutes(2) gives a duration variable: c = 2 min... How to reverse it and get just an integer of 2 ?
採用された回答
その他の回答 (1 件)
Kevin Chng
2018 年 8 月 28 日
0 投票
c = minutes(2) minutes(c)
it will give you back the integer....
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!