Too many input arguments.
Mostra commenti meno recenti
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?

Risposte (1)
Alejandro Peñuelas
il 25 Mag 2020
1 voto
Poly just accepts 1 parameter either a vector or a matrix, the 'x' in the poly function is the problem.
1 Commento
Alejandro Peñuelas
il 25 Mag 2020
Try
poly([-1 1 -2 2]);
Categorie
Scopri di più su Numerical Integration and Differential Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!