Finding parameters by fitting data to a system of ODEs with lsqnonlin
Dear Matlab Team,
I have a system of ODEs, with three parameters (s,d,gamma). I want to find the parameters by fitting data to this system:
First eq1: dT0/dt = s – d*T0 – gamma * T0
Second eq2: dT1/dt = 2*d*T0 + d*T1 – gamma * T1
I know that T0 converge to 2016 and T1 converge to 42 in steady state. Now, I want to find estimation for (s,d,gamma) by lsqnonlin.
Thanks for your help and time !!Dear Matlab Team,
I have a system of ODEs, with three parameters (s,d,gamma). I want to find the parameters by fitting data to this system:
First eq1: dT0/dt = s – d*T0 – gamma * T0
Second eq2: dT1/dt = 2*d*T0 + d*T1 – gamma * T1
I know that T0 converge to 2016 and T1 converge to 42 in steady state. Now, I want to find estimation for (s,d,gamma) by lsqnonlin.
Thanks for your help and time !! Dear Matlab Team,
I have a system of ODEs, with three parameters (s,d,gamma). I want to find the parameters by fitting data to this system:
First eq1: dT0/dt = s – d*T0 – gamma * T0
Second eq2: dT1/dt = 2*d*T0 + d*T1 – gamma * T1
I know that T0 converge to 2016 and T1 converge to 42 in steady state. Now, I want to find estimation for (s,d,gamma) by lsqnonlin.
Thanks for your help and time !! system of odes, fitting MATLAB Answers — New Questions