How to list all situation of vector including fix number?

조회 수: 3 (최근 30일)
Yang Chen
Yang Chen 2023년 3월 8일
답변: Voss 2023년 3월 8일
I have a vector made up of 1 to 10, and each number appears one time, like [1,2,3,4,5,,6,7,8,9,10]. I want to know how to list all of case, such as [2,3,4,5,6,7,8,9,10,1] and [1,3,4,5,7,8,9,6,2,10].

채택된 답변

Voss
Voss 2023년 3월 8일
perms(1:10)
ans = 3628800×10
10 9 8 7 6 5 4 3 2 1 10 9 8 7 6 5 4 3 1 2 10 9 8 7 6 5 4 2 3 1 10 9 8 7 6 5 4 2 1 3 10 9 8 7 6 5 4 1 3 2 10 9 8 7 6 5 4 1 2 3 10 9 8 7 6 5 3 4 2 1 10 9 8 7 6 5 3 4 1 2 10 9 8 7 6 5 3 2 4 1 10 9 8 7 6 5 3 2 1 4

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by