help-octave
[Top][All Lists]
Advanced

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

Re: Integration function


From: Christoph Dalitz
Subject: Re: Integration function
Date: Sat, 24 Jul 2004 19:51:44 +0200

On Sat, 24 Jul 2004 14:24:44 +0200
edA-qa mort-ora-y <address@hidden> wrote:
> 
> I'm looking for something of the form:
>       integrate( func, low, high );
> Which evaluates the integral over the range provided with the given 
> function.
> 
quad should do what you need. Note that the function name needs to be passed
as a string because Octave does not support function variables like Scilab.

Admittedly this name is very hard to guess and even harder to find in the
Documentation because the section is called "Quadrature" instead of 
"Integration".

Christoph



-------------------------------------------------------------
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]