From Spreadsheet error: ?select range from sheet doesn't contain data?

Hello to everyone,
My problem with Simulink (Matlab r2016b) is when I load the range of characters with the 'From Spreadsheet' tool backs me the error cased by: 'The select range from sheet doesn't contain data'. See the image. Why? How can I solve that?
Thanks

回答 (1 件)

Mehdi Gh
Mehdi Gh 2017 年 3 月 23 日
編集済み: Mehdi Gh 2017 年 3 月 23 日

0 投票

Use xlsread with the following syntax to load your data from spreadsheet:
xlsread(filename, sheetnumber, range)
e.g.,
BLvectro = xlsread('settimana_pel_6_6.xls',4,'BL1:BL10079')

1 件のコメント

Yago Soria
Yago Soria 2017 年 3 月 23 日
And then how I put that in Simulink?
Thanks

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

カテゴリ

ヘルプ センター および File ExchangeData Import from MATLAB についてさらに検索

質問済み:

2017 年 3 月 23 日

コメント済み:

2017 年 3 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by