What is the right way to import time data from Excel without losing format? example 03:49:00 (hh:mm:ss) from excel is 0.1590 in MATLAB . Else if that is indeed result from a correct import, how do I convert this back to a humanly readable time?

 Accepted Answer

madhan ravi
madhan ravi on 7 Dec 2018

0 votes

use readtable() to read the excel file

More Answers (0)

Asked:

as
on 7 Dec 2018

Answered:

on 7 Dec 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!