octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40045] Feature request: "end" support for cel


From: Rik
Subject: [Octave-bug-tracker] [bug #40045] Feature request: "end" support for cellindexmat indexing
Date: Mon, 16 Sep 2013 17:57:52 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

URL:
  <http://savannah.gnu.org/bugs/?40045>

                 Summary: Feature request: "end" support for cellindexmat
indexing
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 16 Sep 2013 10:57:51 AM PDT
                Category: Octave Function
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

cellindexmat() is used to index matrices which are inside cell array data
containers.  It would be nice if all of the ordinary indexing operators were
allowed (numbers, magic colon, 'end').  Currently only numbers and the magic
colon are supported.


x = {[1:5]};
cellindexmat (x, "end");
error: cellindexmat: A(I): index out of bounds; value 110 out of bound 5







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40045>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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