How to store value of variable at specific time steps while MATLAB simulation runs?

后端 未结 0 1775
情书的邮戳
情书的邮戳 2020-11-21 05:49

I am simulating a dynamic system using the ode15s(..) MATLAB solver:

tspan = 0:0.01:8;
[t,theta] = ode15s(@ode_simulation, tspan, theta)
<         


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