フィルターのクリア

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

8 ビュー (過去 30 日間)
Yago Soria
Yago Soria 2017 年 3 月 23 日
コメント済み: Yago Soria 2017 年 3 月 23 日
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 日
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

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

カテゴリ

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