Solve differential equations with discontinuities using ode45 in MATLAB

后端 未结 0 1815
深忆病人
深忆病人 2020-12-14 21:46

I am putting down the simplified code snippet-

IC = [0.01 1.2];
options = odeset(\'Events\', @heavi);
[x,y] = ode45(@(x,y) F(x,y),xspan,IC,options);

function         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题