> From:
[hidden email]> To:
[hidden email]> CC:
[hidden email]> Subject: Re: Including user-defined Functs to Octave
>
> On 06.02.2013 05:38, marciobarbalho wrote:
> > Hi all
> >
> > Does anyone know how to set a user-defined function to be called from
> > octave? Something equivalent to adding it to Octave's native
> > libraries? So I don't have to keep on copying and pasting it wherever
> > it is needed?
> >
> > Many thanks
> >
> > Márcio
>
> You can use addpath() to add the directory where your functions are
> located to the search path of octave. When you insert this command into
> your .octaverc file in your home directory it is executed automatically
> on start-up.
>
> Torsten