X = your vector
temp = reshape(X,400,[]); % Get groups of 400 in columns
result = reshape(temp(1:200,:),1,[]); % Pick off the first 200 rows and reshape
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!