bugGNU Octave - Bugs: bug #49354, rand(9,9) gives a 10x10 random...

 
 

bug #49354: rand(9,9) gives a 10x10 random value matrix

Submitter:  Harsh Agarwal <harsh_agarwal>
Submitted:  Sun 16 Oct 2016 08:52:12 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Harsh Agarwal Open/Closed:  * Closed
Release:  * 4.0.0 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 19 Oct 2016 04:37:00 PM UTC, comment #2: 

Works also for me.
Could not reproduce it with 4.0.0 or with 4.0.3.

Closing this report as invalid.
I will reopen if someone will reproduce the bug.

Avinoam Kalma <avinoam>
Group Member
Sun 16 Oct 2016 04:58:07 PM UTC, comment #1: 

This works for me.  Try with the latest stable version of Octave, 4.0.3  Or you can try the about-to-be-released 4.2.0 version of Octave.  I used the following code:


>> version
ans = 4.2.0-rc2
>> x = rand (9,9);
>> size (x)
ans =

   9   9


Rik <rik5>
Group administrator
Sun 16 Oct 2016 08:52:12 AM UTC, original submission:  


Harsh Agarwal <harsh_agarwal>

 

(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)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by harsh_agarwal (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
    2016-10-19 avinoam StatusWorks For Me Invalid / Not an Octave Bug
        Open/ClosedOpen Closed
    2016-10-16 rik5 StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code