Modeling of one independent variable with different ranges
1 回表示 (過去 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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!