Feeds
已回答
How do I solve "too many input arguments" error ?
function x = myNewtonImprv(f, fd,x0,tol) %Use the Newton-Rhapsom method with a tolerance or error check% x = x0; y = f(x); ...
How do I solve "too many input arguments" error ?
function x = myNewtonImprv(f, fd,x0,tol) %Use the Newton-Rhapsom method with a tolerance or error check% x = x0; y = f(x); ...
4 years 前 | 0
