help-octave
[Top][All Lists]
Advanced

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

constructing a matrix from a vector


From: ishi soichi
Subject: constructing a matrix from a vector
Date: Wed, 19 Oct 2011 13:02:34 +0900

hi. I have a question about matrices.

say, we have a vector,

(1 2 3)

Can we construct a matrix like


1 2 3
1 2 3
1 2 3
1 2 3

?

certainly it's possible if I use normal loop algorithms. But I rather use Octave capability to manipulate matrices.

soichi

reply via email to

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