how to covert a mx1 matrix into mxm matrix ?

2 次查看(过去 30 天)
how to covert a mx1 matrix into mxm matrix ?

回答(1 个)

Wayne King
Wayne King 2013-3-1
编辑:Wayne King 2013-3-1
X = randn(10,1);
X = repmat(X,1,10);
The above repeats the column vector, X, as the remaining m-1 columns of the matrix.

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by