Sorting a vector by another vector with same terms
이전 댓글 표시
Let's say we have a vector A = [1,4,2] and we wish to sort it according to the order given by B = [4,5,1,2] The end result should give A = [4,1,2]. Is there an existing way in Matlab to accomplish this?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!