Different values in command window and workspace from excel file

3 ビュー (過去 30 日間)
Daphne PARLIARI
Daphne PARLIARI 2019 年 9 月 19 日
コメント済み: Daphne PARLIARI 2019 年 9 月 19 日
Hi everyone.
I am new to this filed and I'm trying to do a rather simple task but with bad result. I would apreciate your expertise on this:
I want to read an xlsx file with matlbab (Experiment.xlsx, please see attached) with
filename = 'Experiment.xlsx';
A = xlsread(filename)
The problem is that, what is shown in Command Window is totally different (and wrong) from what is shown on Workspace (which is exactly what I see in the excel file and it's corect).
Thanks everyone in advance for your time.
  4 件のコメント
Ankit
Ankit 2019 年 9 月 19 日
this difference is due to the display format. Values are same in workspace as well as in command window.
just try this
format short g
filename = 'Experiment.xlsx';
A = xlsread(filename);
have a look here:
cheers
Ankit
Daphne PARLIARI
Daphne PARLIARI 2019 年 9 月 19 日
I feel a bit stupid now! Thank you so much!!

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by