Azzera filtri
Azzera filtri

Is it possible to obtain a random sample of values from a matrix without the randsample tool?

1 visualizzazione (ultimi 30 giorni)
Is it possible to obtain a random sample of values from a matrix without the randsample tool?

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 24 Nov 2012
Modificato: Azzi Abdelmalek il 24 Nov 2012
A=magic(6);
out=A(randi(numel(A),1))
if you want 3 values for example
out=A(randi(numel(A),3,1))

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by