Index in position 2 exceeds array bounds

[exp_data1,~,~]= xlsread('../Experimental_Data/DBDA_Prediction.xlsx','-16','A2:E242')
[exp_data2,~,~]= xlsread('../Experimental_Data/DBDA_Prediction.xlsx','-16','F2:G242'); %temperature
T_data = spline(exp_data2(:,1),exp_data2(:,2),exp_data1(:,1)); %time-temperature matching

8 个评论

upload your excel file
i have uploaded the excel file
The code you posted, with the file you attached (‘A.xlsx’), runs for me without error in R2018b.
im using 2018a, is that the reason?
works for me too 2018b
i guess i have to install 2018b then...is that the solution?

请先登录,再进行评论。

 采纳的回答

madhan ravi
madhan ravi 2018-11-14
编辑:madhan ravi 2018-11-14
Just try upgrading to 2018b and see if it works , so it might be the solution then.
Also make sure ../Experimental_Data/DBDA_Prediction.xlsx the path you are mentioning contains the file that you mention which is essential for reading a file.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Matrix Indexing 的更多信息

产品

版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by