regarding an array with periodic set of elements,how can i move the portion with maximum number to the beginning of the periodic set of elements?

조회 수: 1 (최근 30일)
lets say i have an array with periodic set of elements such as below:
A=[2 2 2 3 3 4 4 5 5 5 1 1 1 2 2 2 2 3 3 4 4 4 4 5 5];
i want to move the elements with maximum number which in this case is 5 to the beginning of the period of the elements and make array B as below:
B=[5 5 5 2 2 2 3 3 4 4 5 5 1 1 1 2 2 2 2 3 3 4 4 4 4];
i greatly appreciate your help
thank you

답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by