readcell command doesn't work anymore!
이전 댓글 표시
Hi all,
I have a matlab code that reads data from an excel sheet using the readcell function.
I have a data starting in cell B3 to Bx (x can be different).
So I used the following finction to get these data
x1 = readcell("model","sheet","sheet name","Range",'B3:B3');
This function used to give me the needed results (all non empty cells in col B starting from B3). However, I just tried to run my code again today and I was chocked that this command doesn't work anymore!!! error !!!
any idea? please help me!
Thanks in advance,
Lara
댓글 수: 4
Stephen23
2020년 3월 23일
Steven Lord
2020년 3월 23일
What is the full and exact text of the error message you received? Include all the text displayed in red in the Command Window.
Lara QASIM
2020년 3월 23일
Lara QASIM
2020년 3월 23일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!