How could I do simutanoues parameter fitting for two series experimental data and multiple datasets?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yu Zhuo
am 17 Jun. 2020
Beantwortet: Star Strider
am 19 Jun. 2020
Hello,
I have sets of ODEs and want to fit them for 2 series expermental data simutanouesly.
Basic idea is just like:
ODEs:
dadt(1)=-ka*a(1)
dadt(2)=ka*a(1)-ke*a(2)-k23*a(2)+k32*a(3)
dadt(3)=k23*a(2)-k32*a(3)
I have experimental mean data for compartment 2 and 3. Since the different doses were given in compartment1. So I seperated them into different datasets but they should share the same ka,k3,k23,k32.
How should I write the ofv for this case? How should I do parameter optimization next by using fminsearch or other tools?
1 Kommentar
Alex Sha
am 19 Jun. 2020
Just confused about "Dose", "compartment" and "observation", do they correspond to a(1), a(2) and a(3) respectively in your ODE functions?
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Optimization Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!