help-octave
[Top][All Lists]
Advanced

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

Re: feval & leasqr.m


From: Jonathan Stickel
Subject: Re: feval & leasqr.m
Date: Mon, 18 Apr 2005 11:51:20 -0700
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

I am using leasqr in octave-forge and find it to be quite useful. You need to write an octave function "F" which has the specified form, then name it in quotes in the leasqr function call. See "leasqrdemo.m" that should be in the same directory as "leasqr.m".

Jonathan


address@hidden wrote:
Hello,

I have got a problem with the leasqr.m and probably I'm trying to solve still
the same wrong way,

according to the instructions in the leasqr.m macro
F=name of function in quotes, of the form y=f(x,p)

I set F to

F="y=x+p" (for testing the macro)

After running the macro I get a set of error messages that this is not a valid
function. What's wrong?

Thanks,

Hana.

-------------------------------------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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