load('test.mat')
%Vertically concatenate into an array
z = vertcat(test{:})
If you want to convert the output into a cell then sipmly use curly brackets -
out = {z}
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!