odeset用法 ode45的用法

odeset用法 ode45的用法

ode45的用法是:
1、odefun是函数句柄 , 可以是函数文件名,匿名函数句柄或内联函数名 。

2、tspan是区间[t0 tf]或者一系列散点[t0,t1 , ……,tf] 。
3、y0是初始值向量 。
4、T返回列向量的时间点 。
【odeset用法 ode45的用法】

经验总结扩展阅读