You can do it using the reshape function.
B = reshape(A,9,3);
solved Change a multidimensional vector to two dimensional vector matlab [closed]
You can do it using the reshape function.
B = reshape(A,9,3);
solved Change a multidimensional vector to two dimensional vector matlab [closed]