How to sort vectors so every 1 entry is collected and followed by every 2 entry until the nth entry
1 次查看(过去 30 天)
显示 更早的评论
Thorbjørn Erik Køppen Christensen
2016-3-5
评论: Thorbjørn Erik Køppen Christensen
2016-3-5
Say you have m vectors on the form a=[a1,a2,...,an]
is it then possible to sort them into the following vector:
s=[a1,b1,...,m1,a2,b2,...m2,...,an,bn,...,mn]?
edit: added the dots in bn,...,mn
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!