Feeds
回答済み
Solving System differential equation
you could solve it with ODE45 your function is: function dy = my_ODE(t,y) dy=zeros(2,1); dy=[1 2;3 4]*[y(1...
Solving System differential equation
you could solve it with ODE45 your function is: function dy = my_ODE(t,y) dy=zeros(2,1); dy=[1 2;3 4]*[y(1...
10年以上 前 | 0
質問
Speed reduction in ode45 when i pass parameters from workspace
I'm trying to simulate a system with ode45. I have tried two strategy which they have very different run times. At first I...
10年以上 前 | 0 件の回答 | 0
