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有两列是因为有两个函数呀,是一个常微分方程组呀。
温馨提示:内容为网友见解,仅供参考
第1个回答  2010-12-01
在matlab里面 所有的函数都可以通过
>>help 函数
的形式查询,而且介绍非常详细
第2个回答  2010-12-01
似乎没有找到这个函数

Warning: Invalid argument supplied for foreach() in /www/wwwroot/aolonic.com/skin/templets/default/contents.html on line 45
相似回答