↧
Answer by JimB for How to use FindFit to do kinetic simulation?
A quick "fix" would be to remove S from the ParametricNDSolveValue command:Clear[knn, kf, knf, a];ttime = 10.253905;knf = 0.4;a = 2.36;model = ParametricNDSolveValue[{S1'[t] == (-kf*S1[t] - knn*S1[t]),...
View ArticleHow to use FindFit to do kinetic simulation?
I'd like to simulate the chemical kinetic model by fitting the experimental data. Here are my codes for simulation.data = {{0.`, 0.003207613963640383`}, {0.256348`, 0.751307591324145`},...
View Article
More Pages to Explore .....