Modeling of one independent variable with different ranges
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations 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!