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!