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
