3 lines
52 B
Mathematica
3 lines
52 B
Mathematica
|
|
a = ceil(rand(100,100)*20);
|
||
|
|
[ix,iy]=find(a==20,1)
|