Modeling of one independent variable with different ranges
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!