how to combine these 2 matrix

3 次查看(过去 30 天)
my latent values is 10x400 and results value is 10*9 how to combine these matrics and make them into 10x409 matrics

采纳的回答

Vishal Rane
Vishal Rane 2013-6-11
a = ones(10,400);
b = ones(10,9);
c = [ a, b]; % c is a 10x409 size matirx

更多回答(0 个)

类别

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