How to do curve fitting with differential equation?
Show older comments
I have a differential equation as,
dotn(1) = -k_rs*n(1)-k_ISC*n(1)-k_SS*n(1)^2-k_ST*n(1)*n(2)+0.25*k_TT*n(1)^2;
Here k_SS, k_TT and k_ST is unknown (my plan is to get them from experimental data by fitting)
I want to fit this equation into n(1) vs time graph. Please let me know your suggestions.
Answers (1)
madhan ravi
on 5 Nov 2018
Edited: madhan ravi
on 5 Nov 2018
0 votes
Categories
Find more on Assembly in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!