reshape an array into other arrays

1 view (last 30 days)
Hi all, I want to reshape an array of size (1X12) into array with a size of 1X5 and the last arry should contain the rest (1X2).
regards

Accepted Answer

Walter Roberson
Walter Roberson on 6 Jul 2015
mat2cell(TheVector, 1, [5 5 2])

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!