필터 지우기
필터 지우기

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')

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by