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!