bugGNU Octave - Bugs: bug #49592, [octave forge] (interval) fix...

 
 

bug #49592: [octave forge] (interval) fix subscripted assignment

Submitter:  Oliver Heimlich <oheim>
Submitted:  Sun 13 Nov 2016 12:05:30 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Oliver Heimlich Open/Closed:  * Closed
Release:  * other Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 15 Aug 2017 07:09:06 PM UTC, comment #3: 

Yes, subscripted assignments work on interval matrices now.

This bug may be closed as fixed.

Oliver Heimlich <oheim>
Fri 21 Apr 2017 09:17:50 AM UTC, comment #2: 

This is related to bug #50626 which is solved. Testing with the new patch shows that the two commands now work as intended.


octave> g = infsup(magic(3))
g = 3×3 interval matrix

   [8]   [1]   [6]
   [3]   [5]   [7]
   [4]   [9]   [2]

octave> g(:, 1) = []
g = 3×2 interval matrix

   [1]   [6]
   [5]   [7]
   [9]   [2]

octave> g = g(:, 2:end)
g = 3×1 interval vector

   [6]
   [7]
   [2]

octave>


I think that this bug can be considered fixed.

Joel Dahne <urathai>
Fri 18 Nov 2016 12:59:35 AM UTC, comment #1: 

Maybe bug #48867 is relevant for the first case.

Oliver Heimlich <oheim>
Sun 13 Nov 2016 12:05:30 PM UTC, original submission:  

The following subscripted assignments don't work on interval matrices, but should:


g(:, 1) = []



g = g(:, 2:end)


http://octave.1599824.n4.nabble.com/deleting-column-row-from-interval-Matrice-tp4680529.html

Oliver Heimlich <oheim>

 

(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 mtmiller (Updated the item)
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by urathai (Posted a comment)
  • -email is unavailable- added by oheim (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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-08-15 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed
    2017-08-13 jwe Summaryinterval package: fix subscripted assignment [octave forge] (interval) fix subscripted assignment

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code