フィルターのクリア

Too many input arguments.

1 回表示 (過去 30 日間)
Michel Lopes Villaluz
Michel Lopes Villaluz 2020 年 5 月 25 日
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
Alejandro Peñuelas 2020 年 5 月 25 日
Poly just accepts 1 parameter either a vector or a matrix, the 'x' in the poly function is the problem.
  1 件のコメント
Alejandro Peñuelas
Alejandro Peñuelas 2020 年 5 月 25 日
Try
poly([-1 1 -2 2]);

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by