How to convert decimal to time?
이전 댓글 표시
채택된 답변
추가 답변 (1개)
Peter Perkins
2017년 10월 13일
편집: Peter Perkins
2017년 10월 13일
This depends on what you mean by "time". Likely, the most useful thing is a duration:
>> t = hours(7.6)
t =
duration
7.6 hr
>> t.Format = 'hh:mm:ss'
t =
duration
07:36:00
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!