generating sequence of given numbers
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
fyza affandi
el 24 de Feb. de 2019
Comentada: fyza affandi
el 24 de Feb. de 2019
Given an array A
A=[0 1 2]
How can I generate different sequence of number in that array like below;
A=[0 2 1]
A=[1 0 2]
A=[2 0 1]
A=[1 2 0]
A=[2 1 0]
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrices and Arrays en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!