bugGNU Octave - Bugs: bug #31866, error when common_size with cell(1)

 
 

bug #31866: error when common_size with cell(1)

Submitter:  Eric Chassande-Mottin <ecm>
Submitted:  Mon 13 Dec 2010 08:58:21 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Eric Chassande-Mottin Open/Closed:  * Closed
Release:  * 3.2.4 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 14 Dec 2010 02:19:15 AM UTC, comment #1: 

Happily, this bug has already been fixed in the development branch of the code.  See http://www.gnu.org/software/octave/download.html for ways to get the new code.  You will, however, need to build from source.

Rik <rik5>
Group administrator
Mon 13 Dec 2010 08:58:21 PM UTC, original submission:  

octave3.2:1> a=cell(1); b=cell(1); common_size(a,b)
error: binary operator `*' not implemented for `cell' by `scalar' operations
error: assignment failed, or no method for `cell *= scalar'
error: called from:
error:   /usr/share/octave/3.2.4/m/general/common_size.m at line 77, column 16

Eric Chassande-Mottin <ecm>

 

(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 rik5 (Posted a comment)
  • -email is unavailable- added by ecm (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-12-14 rik5 Open/ClosedOpen Closed
    2010-12-14 rik5 StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code