Clear Filters
Clear Filters

Modeling of one independent variable with different ranges

2 views (last 30 days)
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)

Answers (0)

Community Treasure Hunt

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

Start Hunting!