Effacer les filtres
Effacer les filtres

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

8 vues (au cours des 30 derniers jours)
Yago Soria
Yago Soria le 23 Mar 2017
Commenté : Yago Soria le 23 Mar 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

Réponses (1)

Mehdi Gh
Mehdi Gh le 23 Mar 2017
Modifié(e) : Mehdi Gh le 23 Mar 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