help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem using nonlin_residmin from optim


From: bjrnp
Subject: problem using nonlin_residmin from optim
Date: Tue, 2 Oct 2018 08:31:39 -0500 (CDT)

I am using a script in octave that uses the nonlinear_residmin function from
the optim package.
It always worked fine, but recently I am receiving the message:

error: 'nonlin_residim' undefined near line 15 column 23
error: called from
    Fit at line 15 column 22

from:

[p, residuals, cvg, outp]=nonlin_residim(f, init, x, y);

Copying the function code into the used script to avoid errors with optim
does not solve the problem.

I am currently running Octave v4.4.1 on Mac OS High Sierra installed via
Homebrew.
I installed the packages directly with Octave.

Does anyone have suggestions on what is going wrong?

Best regards,
Björn



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]