How to generate random integer between two no (say 12 and 35) without repeat? randperm(n) give only 1 to n, but I need m to n.

1 visualización (últimos 30 días)
I need help

Respuesta aceptada

KSSV
KSSV el 10 de Ag. de 2017
idx = 12:35 ;
N = length(idx) ;
iwant = randsample(idx,N) ;

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