help-octave
[Top][All Lists]
Advanced

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

Re: matlab commands what and gcf


From: pkienzle
Subject: Re: matlab commands what and gcf
Date: Mon, 15 Sep 2003 03:17:47 +0100

On 12 Sep 2003 at 16:25, Joerg Schreiber wrote:

> octave:42> what
> error: `what' undefined near line 42 column 1

Simple what is easy to write.  ls *.m gives most of it.

'what path' is more difficult since the file_in_loadpath function 
does not return directories.  E.g., file_in_loadpath("general","all")
returns the empty string.  The correct approach would be to see
if there is something in the kpathsea library shipped with octave
which lists all the directories in the load path and search that.

> octave:42> gcf
> error: `gcf' undefined near line 42 column 1

Octave doesn't support matlab style graphics handles, so gcf is 
meaningless.

Paul Kienzle
address@hidden



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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