bugGNU Octave - Bugs: bug #29679, unexpected print

 
 

bug #29679: unexpected print

Submitter:  None
Submitted:  Mon 26 Apr 2010 04:55:22 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  marcopete87 Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.2.3
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 26 Apr 2010 05:19:26 PM UTC, comment #2: 

"," is not the operator for a matrix product, "*" is.. So you wanted to write "C=A*B;".. What you instead wrote effectively means

C=A
B;

So you set C equal to A and displayed it, and then did a NOOP on B.. The behavior you saw is as expected

D.

David Bateman <dbateman>
Group Member
Mon 26 Apr 2010 04:57:10 PM UTC, comment #1: 

Edit: 20X20 or bigger.

Anonymous
Mon 26 Apr 2010 04:55:22 PM UTC, original submission:  

when i calculate an matrix produce (C=A,B;) i'm expecting to have an blank screen for all values, but after a while (i think with 30x30 or bigger matrix) it starts to print all values (it's very annoying)

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 dbateman (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
    2010-04-26 dbateman StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code