Community Profile

photo

Heejun Lee


Last seen: mer än 2 år ago Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to compare solution of ODE for each time step?
This is the code I'm using now. opts = odeset('MaxStep', 1); [T,Y] = ode45(@hw0,[0 100],[0.01 10], opts); plot(T,Y) And hw0...

mer än 2 år ago | 1 answer | 0

1

answer

Question


How to use figure out steady state during ODE
This is the code I am using // opts = odeset('MaxStep', 1); [T,Y] = ode45(@hw0,[0 100],[0.01 10], opts); plot(T,Y) // ...

mer än 2 år ago | 1 answer | 0

1

answer

Question


How can I use ODE45 continuously?
This is the code I initially made. [T,Y] = ode45(@hw,[0 100],[0.01 10]); And this is function hw // function dy = hw(t,y...

mer än 2 år ago | 1 answer | 0

1

answer