How to obtain a square matrix from a column matrix

2 次查看(过去 30 天)
Hi
How to get matrix AA from matrix A such that it matches with X and Y scales in following picture?
New Microsoft PowerPoint Presentation (2).jpg

回答(1 个)

Rik
Rik 2020-1-8
So like this?
AA=repmat(A,1,9);
  2 个评论
Parthu P
Parthu P 2020-1-8
Thanks Rik,
Actually I tried this before but it replicates all columns in same sequence. However, I want AA to match sequence/scale of X and Y. It means AA will not have any entire row or column values matching with other row or columns of AA.
Rik
Rik 2020-1-8
You lack a good description of your desired outcome. Given these three vectors, what exact values should AA contain and how do you derive them?

请先登录,再进行评论。

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by