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

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

[Octave-bug-tracker] [bug #31775] repmat regression from 3.2.4 (reshape


From: jkirby
Subject: [Octave-bug-tracker] [bug #31775] repmat regression from 3.2.4 (reshape problem???)
Date: Fri, 03 Dec 2010 21:33:19 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 (.NET CLR 3.5.30729)

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

                 Summary: repmat regression from 3.2.4 (reshape problem???)
                 Project: GNU Octave
            Submitted by: jkirby
            Submitted on: Fri 03 Dec 2010 09:33:19 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: jkirby
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.53
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Considering repmat hasn't functionally changed between these versions, I'm
guessing reshape is to blame.

The following doesn't work under the latest dev sources:

s = repmat(struct('description', [], 'd', []), [1 0]);

under Matlab and 3.2.4, it works with s being reported as:


s =
{
  1x0 struct array containing the fields:

    description
    d
}






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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