DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents >> x=rand(2,10000); %uniform in square >> ix=find(x(1,:)> x=x(:,ix); >> plot(x(1,:),x(2,:),'*');...

Slide 1 >> x=rand(2,10000); %uniform in square >> ix=find(x(1,:)> x=x(:,ix); >> plot(x(1,:),x(2,:),'*'); %scatter plot >> d=x(2,:)*2;…