octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47705] function "localfunctions" not implemen


From: Guillaume
Subject: [Octave-bug-tracker] [bug #47705] function "localfunctions" not implemented
Date: Fri, 15 Apr 2016 12:15:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #2, bug #47705 (project octave):

Thanks, Lachlan. Here is an attempt at writing the help text:


## -*- texinfo -*-
## @deftypefn  {} {} localfunctions ()
## @deftypefnx {} address@hidden =} localfunctions ()
## Return a list of all local functions accessible from a function.
## 
## Return value @var{local_functions} is a cell array of function handles of
all
## local functions accessible from the function from which
@code{localfunctions}
## is called.
##
## If called from the command line, an anonymous function, or a script,
## @var{local_functions} is an empty cell array.
##
## @seealso{functiontests}
## @end deftypefn


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47705>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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