Uploading Exact data from Excel

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.
Doaa Alamoudi
Doaa Alamoudi 2020 年 8 月 11 日

サインインしてコメントする。

タグ

質問済み:

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