MATLAB: Losing Format on import.

dataimport

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?

Best Answer

use readtable() to read the excel file