help-octave
[Top][All Lists]
Advanced

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

Re: Octave equivalent for MatLab "axes"


From: David Bateman
Subject: Re: Octave equivalent for MatLab "axes"
Date: Thu, 10 Mar 2005 17:02:52 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040923)

Quentin Spencer wrote:

Edward C. Jones wrote:

Here is a line from a MatLab ".m" file:
    axes('Position',[.01 .01 .98 .05],'Visible','off');
How do I do this in Octave?


Unfortunately, while basic Matlab plotting syntax is supported, advanced features that use Matlab's handle graphics (such as the axes command) are not at this time. Someone once expressed the intention to implement this a while ago on one of the mailing lists, but I don't know what the status is, and I wouldn't count on it being available soon.

Since I know that I will be having more problems like this one, is there an up-to-date list of MatLab commands and how to do the same thing in Octave?


I thought I remembered a list like this on the octave wiki, but I couldn't find it. Maybe someone else can point it out.

-Quentin



Do you mean the category index on octave-forge at

http://octave.sourceforge.net/index/index.html

it is missing a few function (please submit patches to the INDEX files) that are newly introduced in matlab, but is pretty complete. Funnily enough "axes" is not one of the commands that is referenced here, even as a function that is present in matlab but not in octave....

D.



--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



-------------------------------------------------------------
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]