Importing Excel Serial Numbers into Matlab

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.

 채택된 답변

Sean de Wolski
Sean de Wolski 2011년 7월 8일

0 개 추천

format long
and you'll see it's probably importing all of it just not showing it to you.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by