Filter löschen
Filter löschen

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

8 Ansichten (letzte 30 Tage)
Yago Soria
Yago Soria am 23 Mär. 2017
Kommentiert: Yago Soria am 23 Mär. 2017
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

Antworten (1)

Mehdi Gh
Mehdi Gh am 23 Mär. 2017
Bearbeitet: Mehdi Gh am 23 Mär. 2017
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')

Community Treasure Hunt

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

Start Hunting!

Translated by