alphabetical list of Octave functions

John W. Eaton jwe at bevo.che.wisc.edu
Tue Jun 10 12:08:37 CDT 2008


On 10-Jun-2008, gOS wrote:

| I'm looking for a list of just the function names in alphabetical order (no
| specs, help, or any other commentary,numbering, delims... etc)
| 
| Does such a list exist somewhere or could someone provide me with one?
| 
| Reason being that I'm using Notepad++ do do my editing as it has several
| features that make editing simpler and faster. It has the option to have a
| kind of intellisense for any language if you give it an alphabetical list of
| the functions. I don't honestly need it to be alphabetical, but a list
| without duplicates would be appreciated.
| 
| If only their new console would allow Octave to run a bit easier I'd be set.
| Errors cause the thing to crap out to the point that you have to start
| octave again, but that's more than likely glitches in their terminal.

Octave's command-line completion can give you a list of available
functions.  Just start a fresh Octave session and type TAB twice.

jwe


More information about the Help-octave mailing list