How to list all situation of vector including fix number?

1 visualización (últimos 30 días)
Yang Chen
Yang Chen el 8 de Mzo. de 2023
Respondida: Voss el 8 de Mzo. de 2023
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].

Respuesta aceptada

Voss
Voss el 8 de Mzo. de 2023
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

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by