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 Center および File ExchangeMATLAB についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by