MATLAB: Reshape Matrix Size Marlab

binaryMATLABmatrix

I have a code like this :
a = randi ([100 200], 4000,8);
b = de2bi(a);
c = b(:);
how to make the C matrix back into the B matrix?
Thanks before
Related Question