code of a function

Michael Grossbach michael at grossbach.org
Thu May 29 03:48:29 CDT 2008


fraud profile wrote:
> Hi,
> 
> Is there any command in Octave which gives the code for a function like just
> typing the name of a function (say svd) in R returns its code.
> 
> Thank you

type <function-name>
though this won't work with svd since this is a compiled function.
Michael


More information about the Help-octave mailing list