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

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

[Octave-bug-tracker] [bug #46385] Can't Repmat Structure Arrays


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #46385] Can't Repmat Structure Arrays
Date: Fri, 1 Jul 2016 14:51:29 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #5, bug #46385 (project octave):

sorry for the syntax typo's in the last comment, but to clarify:  it appears
that the struct array created by repmat has the right pieces. a bit more, not
using repmat:

Octave:

>> mtest = [M,M]
mtest =

  1x2 struct array containing the fields:

    a
    b


Matlab 2016a:

>> mtest = [M,M]
mtest = 
1x4 struct array with fields:
    a
    b


So, this isn't just a repmat issue...

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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