2017-09-25 73 views

回答

2
A = rand(1,100); % uniform distributed between 0 and 1 
B = A>=0.2; % Makes the lowest 20% values 0, the rest 1