I am trying to pull data from Excel. I was able to do this up until today. I did update my Matlab license and am wondering if this has anything to do with the problems I am having below. Any suggestions?
Warning: Range cannot be used in 'basic' mode. The entire sheet will be loaded.
> In xlsread (line 208)
In untitled123123 (line 3)
Error using xlsread (line 257)
XLSREAD unable to read sheet 'irradiance_month'.
File contains unexpected record length. Try saving as Excel 98.
Error in untitled123123 (line 3)
Solar_Irradiance_Month = xlsread('DATA.xls','irradiance_month','C1:C13')
>>
1 Comment
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/514658-errors-using-xlsread-to-import-data-from-excel#comment_819449
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/514658-errors-using-xlsread-to-import-data-from-excel#comment_819449
Sign in to comment.