Too many input arguments.
显示 更早的评论
I try to solve an equation with the euler method
Why do i have too many arguments in my input? It shouldn't put that values in the parenthesis?

回答(1 个)
Alejandro Peñuelas
2020-5-25
1 个投票
Poly just accepts 1 parameter either a vector or a matrix, the 'x' in the poly function is the problem.
1 个评论
Alejandro Peñuelas
2020-5-25
Try
poly([-1 1 -2 2]);
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!