help-octave
[Top][All Lists]
Advanced

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

Re: octave script sources


From: fork
Subject: Re: octave script sources
Date: Wed, 23 Feb 2011 21:54:03 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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

2> help sum
`sum' is a built-in function

3> help accumarray
`accumarray' is a function from the file 
C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\...
m\general\accumarray.m




reply via email to

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