[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A Simple Matrix Construction Question
From: |
Iago Mosqueira |
Subject: |
Re: A Simple Matrix Construction Question |
Date: |
Thu, 23 Jan 2003 19:31:27 -0000 |
Probably X = Y(ones(M,1),:) in this case, Y was a row vector.
iago
----- Original Message -----
From: "Heber Farnsworth" <address@hidden>
To: "Craig Stoudt" <address@hidden>
Cc: <address@hidden>
Sent: 23 January 2003 19:27
Subject: Re: A Simple Matrix Construction Question
> I think the preferred way is
>
> X = Y(:,ones(M,1));
>
> Heber
>
> On Thursday, January 23, 2003, at 12:35 PM, Craig Stoudt wrote:
>
> > There is probably a really simple way to do the
> > following, but I'm suffering from a mental block.
> >
> > I have a row array 'Y' of arbitrary length, 1xn.
> >
> > I want to create an mxn matrix where all of the rows
> > are the same as 'Y'.
> >
> > Of course, I want to do this without resorting to
> > loops.
> >
> > Thanks in advance.
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > http://mailplus.yahoo.com
> >
> >
> >
> > -------------------------------------------------------------
> > Octave is freely available under the terms of the GNU GPL.
> >
> > Octave's home on the web: http://www.octave.org
> > How to fund new projects: http://www.octave.org/funding.html
> > Subscription information: http://www.octave.org/archive.html
> > -------------------------------------------------------------
> >
>
>
>
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web: http://www.octave.org
> How to fund new projects: http://www.octave.org/funding.html
> Subscription information: http://www.octave.org/archive.html
> -------------------------------------------------------------
>
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------