Importing Excel Serial Numbers into Matlab

1 view (last 30 days)
Hello all,
I have columns of dates and times down to the SECOND, and I'm trying to import them into Matlab, BUT when I do, instead of keeping the decimal places, Matlab rounds the serial number.
So in Excel, I have this: 40544.6048611111............................and when I import it to Matlab, it gives me this: 4.0545 e004............................................PLEASE HELP!!!
Thanks so much.

Accepted Answer

Sean de Wolski
Sean de Wolski on 8 Jul 2011
format long
and you'll see it's probably importing all of it just not showing it to you.

More Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!