Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以帮助我使用功能A,为什么不运行?我无法理解错误,也许写得不好?因为在 B 中,图形没问题,请检查我的 Runge Kutta 2 Functions (f,g) 方法和 mathcad 的原始问题,抱歉我的英语不好
在第一种情况下,创建了一个带有 2 个参数 (xy) 的内联函数,但所有三个参数都用于调用它。我建议不要使用内联并改用函数句柄。未使用的参数在这里没有问题。
如果您希望使用内联,请在调用内联时指定函数参数 (xyt)。