[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 Kommentare

madhan ravi
madhan ravi am 14 Nov. 2018
upload your excel file
Edmund Sam-Gyandoh
Edmund Sam-Gyandoh am 14 Nov. 2018
i have uploaded the excel file
madhan ravi
madhan ravi am 14 Nov. 2018
No you have not.
Edmund Sam-Gyandoh
Edmund Sam-Gyandoh am 14 Nov. 2018
attached
Star Strider
Star Strider am 14 Nov. 2018
The code you posted, with the file you attached (‘A.xlsx’), runs for me without error in R2018b.
Edmund Sam-Gyandoh
Edmund Sam-Gyandoh am 14 Nov. 2018
im using 2018a, is that the reason?
madhan ravi
madhan ravi am 14 Nov. 2018
works for me too 2018b
Edmund Sam-Gyandoh
Edmund Sam-Gyandoh am 14 Nov. 2018
i guess i have to install 2018b then...is that the solution?

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

madhan ravi
madhan ravi am 14 Nov. 2018
Bearbeitet: madhan ravi am 14 Nov. 2018

0 Stimmen

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.

Weitere Antworten (0)

Kategorien

Produkte

Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by