I have an excel sheet that consists of two columns: the first contains time data and the second binary information (1,00 or 0,00).
When I type:
xlsread('....xlsx','','','basic')
only the time data is imported. When I type:
xlsread('....xlsx')
nothing is read in.
I am running R2016a
Suggestions?

 採用された回答

Star Strider
Star Strider 2016 年 6 月 29 日

0 投票

Ask xlsread for three outputs:
[d,s,r] = xlsread('... .xlsx');
It should read everything, and you should see everything in the ‘r’ variable.

その他の回答 (0 件)

タグ

質問済み:

2016 年 6 月 29 日

回答済み:

2016 年 6 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by