Community Profile

photo

Sadra


Last seen: 2 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

9 years ago | 0

Question


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...

9 years ago | 0 answers | 0

0

answers