How to resolve "not enough input arguments" error
Mostrar comentarios más antiguos
How can I solve this problem? I´ve tryed everything


Respuestas (1)
Star Strider
el 7 de En. de 2021
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.
Categorías
Más información sobre Logistic Distribution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!