help-octave
[Top][All Lists]
Advanced

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

Re: who -functions in 3.2.x?


From: Svante Signell
Subject: Re: who -functions in 3.2.x?
Date: Mon, 15 Mar 2010 11:02:23 +0100

On Wed, 2010-03-10 at 10:48 +0100, Svante Signell wrote:
> How can I see functions in 3.2.x? 
> In 3.0 the command was who -functions or whos -functions

Looks like I have found a partial answer myself:

help, what and which seem to be somewhat useful. who and whos only lists
variables.

'what' lists .m-files and you have to give a directory if not current
directory. No .mex or .oct files are listed.

'which' lists functions if they are in the path, but you have to know
the function name.

However for clearing variables, functions, etc clear -options is
available, including pattern matching. The behavior seems to be the same
in Matlab. Is there no simple way to get a list of used-defined
functions in Octave any longer?



reply via email to

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