help-octave
[Top][All Lists]
Advanced

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

Re: fmins not found


From: Alice Marcot
Subject: Re: fmins not found
Date: Tue, 3 May 2011 19:28:11 -0400

Thanks for your reply. I checked and it looks like it is installed. (There is a star next to optim.) So probably the error is elsewhere. I couldn't find anything on the net about this issue.



On Tue, May 3, 2011 at 7:19 PM, Martin Helm <address@hidden> wrote:
Am Mittwoch, 4. Mai 2011, 01:00:22 schrieb Alice Marcot:
> Hi, I am using Octave 3.2.4 on Ubuntu Linux. The following
>
> d=fmins(inline('(x(1)-5).^2+(x(2)-8).^4'),[0;0])
>
> give the error:
>
> error: `fmins' undefined near line 99 column 3
> error: called from:
> error:   terak.m at line 99, column 2

fmins is part of the optim package, do you have it installed and loaded.
Check with "pkg list" in octave to view the packages, if it is listed and has
no * it is not loaded, load it with "pkg load optim".


reply via email to

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