[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help command
From: |
Søren Hauberg |
Subject: |
Re: help command |
Date: |
Thu, 28 May 2009 10:58:48 +0200 |
tor, 28 05 2009 kl. 10:45 +0200, skrev Francesco Potorti`:
> In Octave 3.1.54 the help command returns a brief statement. In old
> versions, it listed all the known functions and operators. I
> occasionally found that behaviour very useful, and I miss it.
>
> Is there any way to get such listing with new versions of Octave?
You could call the '__list_functions__' function, which returns a cell
array with the function names. This is, however, an internal function so
it could change in the future.
Søren