help-octave
[Top][All Lists]
Advanced

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

Re: command whos


From: Joshua Rigler
Subject: Re: command whos
Date: Wed, 09 Aug 2006 15:02:25 -0600
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

Quentin Spencer wrote:
frank wang wrote:
In Octave, everytime when I type whos command, octave will first list a lot of information that I do not want. The only thing I want is the variable, not the buildin function. In Matlab, if you type whos, it will only list the variable. Could anyone help me whether in octave I can list the variable only?

Try "whos -variables"


...and if that's too much trouble, "whos -v" works just fine too (at least in version 2.1.73).

-EJR


reply via email to

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