作业帮 > 综合 > 作业

matlab函数ode23tx的返回值有两个 [x y]分别表示什么

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/10/06 12:59:37
matlab函数ode23tx的返回值有两个 [x y]分别表示什么
RT
matlab NCM包里面有这个函数
help ode23tx 是这样描述的
With two output arguments,[T,Y] = ODE23TX(...) returns a column
vector T and an array Y where Y(:,k) is the solution at T(k).
但是T是1列的 Y是两列的
表示自变量和函数值呀.y有两列是因为有两个函数呀,是一个常微分方程组呀.