bugGNU Octave - Bugs: bug #40045, Feature request: "end"...

 
 

bug #40045: Feature request: "end" support for cellindexmat indexing

Submitter:  Rik <rik5>
Submitted:  Mon 16 Sep 2013 05:57:51 PM UTC
   
 
Category:  Octave Function Severity:  1 - Wish
Priority:  5 - Normal Item Group:  Feature Request
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 24 Nov 2016 11:18:18 PM UTC, comment #1: 

This feature is still not implemented in 4.2.0

Juan Pablo Carbajal <juanpi>
Group Member
Mon 16 Sep 2013 05:57:51 PM UTC, original submission:  

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



Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by juanpi (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code