Question


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...

environ 4 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 4 ans il y a | 1 réponse | 0

1

réponse