Community Profile

photo

Heejun Lee


Last seen: oltre 2 anni fa Attivo dal 2021

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta