Modeling of one independent variable with different ranges

5 次查看(过去 30 天)
I want model three groups of data which share the same independent variable but different ranges and different amounts of points. I have only got the differential equations for three models and they are related to each other. So I need to consider them together using ODE. I would like to know whether there are any good methods to achieve that goal.
For example,
dY/dx(1)=f(y(1),y(2),y(3));
dZ/dx(2)=g(y(1),y(2),y(3));
dW/dx(3)=p(y(1),y(2),y(3)).
And x(1), x(2), and x(3) are the same parameter with different values and ranges, such as x(1)=(1,2,3,4,5); x(2)=(1,4,7,10,15); x(3)=(0,5,13,20,50,100,200,500,1000)

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by