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 个评论
madhan ravi
2018-11-14
upload your excel file
Edmund Sam-Gyandoh
2018-11-14
madhan ravi
2018-11-14
No you have not.
Edmund Sam-Gyandoh
2018-11-14
Star Strider
2018-11-14
The code you posted, with the file you attached (‘A.xlsx’), runs for me without error in R2018b.
Edmund Sam-Gyandoh
2018-11-14
madhan ravi
2018-11-14
works for me too 2018b
Edmund Sam-Gyandoh
2018-11-14
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!