octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49354] rand(9, 9) gives a 10x10 random value


From: Rik
Subject: [Octave-bug-tracker] [bug #49354] rand(9, 9) gives a 10x10 random value matrix
Date: Sun, 16 Oct 2016 16:58:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49354 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up 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




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49354>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]