Re-generate random matrix

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.

 Risposta accettata

David Fletcher
David Fletcher il 12 Apr 2018
Modificato: David Fletcher il 12 Apr 2018
ind=randperm(81)
B=reshape(A(ind),9,9)

Più risposte (0)

Categorie

Scopri di più su Random Number Generation in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by