bugGNU Octave - Bugs: bug #49599, doesnt handle well empty assignment

 
 

bug #49599: doesnt handle well empty assignment

Submitter:  None
Submitted:  Mon 14 Nov 2016 10:37:55 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Fixed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Nov 2016 02:17:04 PM UTC, comment #1: 

Thanks for the bug report.
This bug has been fixed in ver 4.2 which will be released soon.

Avinoam Kalma <avinoam>
Group Member
Mon 14 Nov 2016 10:37:55 AM UTC, original submission:  


vec=[1 2 3]

vec(1,false)=[]; %works

empty = [];

vec(1,false)=empty, % returns a dimension mismatch error (3.0.1 or MATLAB doesn't)

Anonymous

 

(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 avinoam (Posted a comment)
  •  

    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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-11-14 avinoam StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code