I have an excel file that I already modified the data in it and I did some calculation to convert seconds into hours and minutes. When I upload the file to matlab the calculations vanish and I see different numbers that is not from the original excel file.

댓글 수: 2

KSSV
KSSV 2020년 8월 11일
How did you upload?
Doaa Alamoudi
Doaa Alamoudi 2020년 8월 11일
[~,~,Edited]= xlsread( 'CPhase1.xlsx','Edited','A1:AU10');

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2020년 8월 11일

0 개 추천

readtable().
You are probably seeing excel date numbers, which are relative to Jan 1, 1900

댓글 수: 2

Doaa Alamoudi
Doaa Alamoudi 2020년 8월 11일
not working. I tried to import it from import button still it shows different numbers although I changed the column to dateand time.

댓글을 달려면 로그인하십시오.

카테고리

태그

질문:

2020년 8월 11일

댓글:

2020년 8월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by