How do i manipulate matrix in form given below??
Show older comments
1 2; 3 4; 5 6; 7 8;
as
1 2 3 4; 5 6 7 8;
1 Comment
Jos (10584)
on 18 Oct 2013
Homework? I suggest you read the help of RESHAPE and TRANSPOSE
Accepted Answer
More Answers (1)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!