[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #36236] Boolean indexing not too prominent in
From: |
Mike Miller |
Subject: |
[Octave-bug-tracker] [bug #36236] Boolean indexing not too prominent in the docs. |
Date: |
Thu, 04 Jun 2015 01:09:59 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0.1 |
Update of bug #36236 (project octave):
Severity: 3 - Normal => 2 - Minor
Priority: 5 - Normal => 3 - Low
Release: 3.6.1 => dev
_______________________________________________________
Follow-up Comment #4:
Revisiting this old dormant bug.
Re comment #3, the main question is why does a logical index array with
out-of-range true values return an error but there is no error when all
out-of-range values are false:
>> a = rand (5);
>> a(false (20))
>> ans = [](0x1)
?
I don't have an answer, just asking if that is the only thing blocking a
documentation patch to resolve this bug report?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36236>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #36236] Boolean indexing not too prominent in the docs.,
Mike Miller <=