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

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

[Octave-bug-tracker] [bug #35213] Matrix multiplication after rand() or


From: anonymous
Subject: [Octave-bug-tracker] [bug #35213] Matrix multiplication after rand() or randn() produces non-viewable result
Date: Sun, 01 Jan 2012 20:23:39 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

URL:
  <http://savannah.gnu.org/bugs/?35213>

                 Summary: Matrix multiplication after rand() or randn()
produces non-viewable result
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 01 Jan 2012 08:23:38 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Steve
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

If I put the following code in an m-file, start Octave, and run the code:


clear all
u=randn(10,3);
v=u*u'


the matrix v is not displayed.  If I try to use disp to view v I see nothing. 
Typing whos shows the size of v is correct. It seems v has been computed
correctly, but I can't see the entire result. I can view parts of v using the
colon operator, for example a single row. If I change to an 8 by 3 size for u,
then I see the result, i.e. it only seems to fail for larger matrices. 
Similar behavior occurs after using rand.  If I replace the rand line with
repmat to create u, then v is viewable.



GNU Octave, version 3.4.2
i686-pc-cygwin




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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