help-octave
[Top][All Lists]
Advanced

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

Re: octave script sources


From: Przemek Klosowski
Subject: Re: octave script sources
Date: Thu, 24 Feb 2011 15:08:53 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7

On 02/23/2011 04:54 PM, fork wrote:
Thomas D. Dean<tomdean<at>  speakeasy.org>  writes:

Where can I find out the Octave script sources? I'm
interested in particular to the filter function code.

Running "help filter" will often yield useful information about the location,
unless it is a built in.  Consider:

1>  help filter
`filter' is a function from the file
C:\Octave\3.2.4_gcc-4.4.0\libexec\octave\3.2.4...
\oct\i686-pc-mingw32\filter.oct


Also, 'type accumarray' prints the Octave source for procedures---but compiled procedures like filter() will only say "filter is a dynamically-linked function"


reply via email to

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