How to resolve "not enough input arguments" error
古いコメントを表示
How can I solve this problem? I´ve tryed everything


回答 (1 件)
Star Strider
2021 年 1 月 7 日
A guess:
[X,iter,erroX,erroF] = newtgen(@FXJV, ... );
↑ ← DENOTES FUNCTION HANDLE
It is probably necessary to create a function handle representation for ‘FXJF’ to include it as an argument to ‘newtgen’.
I obviously have no way of testing this, so I am posting it as UNTESTED CODE.
カテゴリ
ヘルプ センター および File Exchange で Configure and View Diagnostics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!