2017-10-18 7 views

Répondre

1

Quelque chose comme ça?

big = zeros(100, 20); 
a = rand(30, 3); 
b = rand(30, 3); 
big(1:30, 1:3) = a; 
big(1:30, 4:6) = b;