help-octave
[Top][All Lists]
Advanced

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

Re: numel(foo{:}) - feature or bug ?


From: Jordi Gutiérrez Hermoso
Subject: Re: numel(foo{:}) - feature or bug ?
Date: Sat, 6 Aug 2011 20:44:23 -0500

On 6 August 2011 20:24, Ben Abbott <address@hidden> wrote:

> The example ...
>
>     a = {1, [2, 3], 4, 5, 6};
>     b = [a{1:4}]
>          ⇒ b =
>              1   2   3   4
>
> ... should be ...
>
>     a = {1, [2, 3], 4, 5, 6};
>     b = [a{1:4}]
>          ⇒ b =
>              1   2   3   4   5
>
> I'll push a changeset to fix this.

Did it yesterday:

     http://hg.savannah.gnu.org/hgweb/octave/rev/b7e526ce7a3a

- Jordi G. H.

reply via email to

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