MATLAB: ODE and Data fitting

curve fittingMATLABode45

I have 3 differential equations:
The initial condition for all the equations at timepoint=0 equal to 0. After solving this equaitons, I want to a data fitting on the equation below in order to find the nest fitted A, B, and C.
Can someone help me on this, because I face several errors when I tried to do it.
Maybe the best way is to find the u, v, and w functions and then place them in equations x and y; but how can I do it? is there any way that ode45 give the formula of u,v, and w?

Best Answer

All I can do is to point you in the direction of successful efforts to do what you want.
We can’t help without seeing your code.