Pregunta


How to randomly select 2 rows
Hi I want to randomly select 2 rows of a matrix The matrix may have an odd number of rows How to randomly select these 2 rows...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Do not take any amount
pop=randi([100],20,8); [r1,c1]=size(pop); for i=1:r1 A=randi(100); if A<=90 pool(i,:)=pop(i,:); end e...

más de 3 años hace | 1 respuesta | 0

1

respuesta