[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
madhan ravi 2018년 11월 14일
upload your excel file
i have uploaded the excel file
madhan ravi
madhan ravi 2018년 11월 14일
No you have not.
attached
Star Strider
Star Strider 2018년 11월 14일
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?
madhan ravi
madhan ravi 2018년 11월 14일
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일

0 개 추천

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

질문:

2018년 11월 14일

편집:

2018년 11월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by