help-octave
[Top][All Lists]
Advanced

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

Re: List functions defined from within current scope


From: Juan Pablo Carbajal
Subject: Re: List functions defined from within current scope
Date: Thu, 7 Mar 2013 09:10:07 +0100

On Thu, Mar 7, 2013 at 2:12 AM, paul <address@hidden> wrote:
> As recently as 2008, Octave 3.0.2's "who" function accepted a "-functions"
> option for listing user-defined functions:
>
> http://www.network-theory.co.uk/docs/octave3/octave_66.html
>
> I don't that command & option serves my aim of listing only functions that 
> were
> defined from within the current scope, as the option is no longer available in
> Octave 3.6.2 and I can't test it.
>
> Is there another way to list user-defined functions and/or functions defined
> from within the current scope?
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

functions defined in the command line are pretty much invisible.
octave:1> function f(); disp(1); end
octave:2> who
octave:3> whos

I wouldn't know why the function is not shown. Maybe it is just
something that got lost in the way?


reply via email to

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