help-octave
[Top][All Lists]
Advanced

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

Re: end indexing


From: Laurent Jacques
Subject: Re: end indexing
Date: Thu, 1 Nov 2001 12:04:39 +0100

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.

Laurent.




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