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: Jaroslav Hajek
Subject: Re: who -functions in 3.2.x?
Date: Mon, 15 Mar 2010 11:20:14 +0100

On Mon, Mar 15, 2010 at 11:02 AM, Svante Signell <address@hidden> wrote:
> 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?
>

How do you define user-defined? For Octave, functions are just files
on the path, including library functions.

-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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