help-octave
[Top][All Lists]
Advanced

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

Re: fmins not found


From: Martin Helm
Subject: Re: fmins not found
Date: Wed, 4 May 2011 01:19:08 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

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]