【发布时间】:2014-06-05 01:29:07
【问题描述】:
我正在学习如何在 matlab 中求解 ODE 系统,但不知何故我无法让示例工作。
我正在尝试遵循“将数值近似表示为函数”部分
http://www.mathworks.com/help/symbolic/mupad_ug/solve-equations-numerically.html#math-solving-equations-numerically-diff-equations
但是当我进入第一行时
IVP := {y''(t) = t*y'(t), y(0) = 0, y'(0) = 1/3}:
它会抛出错误
Undefined function 'IVP' for input arguments of type 'char'.
知道这里发生了什么吗?我需要一些额外的库吗? 我对 matlab 很陌生。
【问题讨论】: