How to sort vectors so every 1 entry is collected and followed by every 2 entry until the nth entry
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Thorbjørn Erik Køppen Christensen
le 5 Mar 2016
Commenté : Thorbjørn Erik Køppen Christensen
le 5 Mar 2016
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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!