Splitting vector into shorter vectors of unequal lengths without using a loop?
10 views (last 30 days)
Show older comments
How is it possible to split the vector [a b c d e f h i j k] into e.g. three vectors [a b], [c d e f], [g h i j k] which have unequal lengths? I prefer to avoid using a loop in this case.
0 Comments
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!