Borrar filtros
Borrar filtros

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

8 visualizaciones (últimos 30 días)
Yago Soria
Yago Soria el 23 de Mzo. de 2017
Comentada: Yago Soria el 23 de Mzo. de 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

Respuestas (1)

Mehdi Gh
Mehdi Gh el 23 de Mzo. de 2017
Editada: Mehdi Gh el 23 de Mzo. de 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