help-octave
[Top][All Lists]
Advanced

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

error: `fminsearch' undefined - Octave 3.2.4 Win7 64bit


From: jammydav93
Subject: error: `fminsearch' undefined - Octave 3.2.4 Win7 64bit
Date: Sat, 12 Nov 2011 08:34:56 -0800 (PST)

Hi everyone,

I'm pretty new to Octave and am having trouble using fminsearch on my
Windows 7 machine,

i'm trying to use fminsearch to find a,b,c,d from my predetermined x and y
values 

x=[1:100]

fmp.m:
function y=fmp(x)
y=a*cos(b*x + c) .* exp (x/d)

I then enter and get the following from Octave

octave-3.2.4.exe:6> fminsearch(@fmp,x)
error: `fminsearch' undefined near line 6 column 1

can anyone help me with this?

Thanks

J





--
View this message in context: 
http://octave.1599824.n4.nabble.com/error-fminsearch-undefined-Octave-3-2-4-Win7-64bit-tp4034808p4034808.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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