Re-generate random matrix

1 visualización (últimos 30 días)
Fahd Alqahtani
Fahd Alqahtani el 12 de Abr. de 2018
Comentada: Fahd Alqahtani el 12 de Abr. de 2018
Hi
I have a matrix A (9X9) and I want to generate a new matrix B using the same matrix of A and should be distributed randomly and each number should be used once to generate matrix B.

Respuesta aceptada

David Fletcher
David Fletcher el 12 de Abr. de 2018
Editada: David Fletcher el 12 de Abr. de 2018
ind=randperm(81)
B=reshape(A(ind),9,9)

Más respuestas (0)

Categorías

Más información sobre Random Number Generation 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!

Translated by