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!