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: Ben Abbott
Subject: Re: numel(foo{:}) - feature or bug ?
Date: Sat, 06 Aug 2011 21:58:22 -0400

On Aug 6, 2011, at 9:44 PM, Jordi Gutiérrez Hermoso wrote:

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

Thanks for the quick response. I noticed that it had been fixed after I pulled. 
But I didn't see it at the link below until just a few moments ago.

        
http://hg.savannah.gnu.org/hgweb/octave/file/1322308fa83a/doc/interpreter/container.txi

I was befuddled for a while there.

Ben





reply via email to

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