2 lines
45 B
Matlab
2 lines
45 B
Matlab
>> [x,y] = randomDisc(100);
|
|
>> plot(x,y,'.')
|
>> [x,y] = randomDisc(100);
|
|
>> plot(x,y,'.')
|