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!