help-octave
[Top][All Lists]
Advanced

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

Re: unrecognized option


From: mmuetzel
Subject: Re: unrecognized option
Date: Fri, 4 Aug 2017 07:55:44 -0700 (PDT)

Hello Ilknur,

It is difficult to recognize anything on your screenshot. Please, post your
inputs and the outputs you are getting from Octave as plain text in the
future. But I'll try and guess:
It looks like you are calling optimset with options "lbound" and "ubound".
Those options are not available in core Octave. Try loading the "optim"
package before using the function:
pkg load optim

If you are using the zip-version (not the installer) for Windows. You have
to execute the following command once before loading the package:
pkg rebuild

Best regards
Markus



--
View this message in context: 
http://octave.1599824.n4.nabble.com/unrecognized-option-tp4684324p4684325.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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