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 Comments

upload your excel file
i have uploaded the excel file
No you have not.
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?

Sign in to comment.

 Accepted Answer

madhan ravi
madhan ravi on 14 Nov 2018
Edited: madhan ravi on 14 Nov 2018
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.

More Answers (0)

Products

Release

R2018a

Community Treasure Hunt

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

Start Hunting!