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

mer än 3 år ago | 2 answers | 0

2

answers

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

mer än 3 år ago | 1 answer | 0

1

answer