a system of ODEs and curve fitting
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi to everyone!
I have a system of two equations which are given in the following.
dA/dt=-k1*(exp(-Para(1)/RT))*A^(n1)
dB/dt=k1*(exp(-Para(1)/RT))*A^(n1)-k2*(exp(-Para(2)/RT))*B^(n2)
T=670+5t
k1=1e5;
n1=2;
k2=1e6;
n2=1;
R=8.314;
I would like to use these two equations to fit my experimental data in order to get the best Para(1) and Para(2).
I was wondering if anyone can give me some suggestions about what the best tool to use for curve fitting and how you would do it?
Thank you in advance!
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Get Started with Curve Fitting Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!