help-octave
[Top][All Lists]
Advanced

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

Re: end indexing


From: John W. Eaton
Subject: Re: end indexing
Date: Thu, 8 Nov 2001 22:50:44 -0600

On  1-Nov-2001, Laurent Jacques <address@hidden> wrote:

| On Thursday 01 November 2001 00:48, Matthew Flax wrote:
| > On 31 October 2001, Laurent Jacques wrote:
| > > On Wednesday 31 October 2001 23:13, Brian Crounse wrote:
| > > > Laurent,
| > > >
| > > > I would use either
| > > >
| > > >         a(2:length(a))
| > > >
| > > > or
| > > >
| > > >         a(2:size(a,2))
| > >
| > > Of course, but this "end" term, present in matlab, is very handy in the
| > > case of multidmensional array. It simplifies notation.
| >
| > This is not matlab
| 
| I know I'm not on matlab and I prefer octave. But, because there are plenty 
| of functionalities common between octave and matlab, I was asking me if the 
| 'end' indexing exists also in octave under another term.
| 
| Apparently, the answer is no.

There have been discussions about this feature in the past, and I
think I've suggested how one might go about modifying Octave to
support it, but so far, I don't think anyone has done the work to make
it happen.

jwe



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