RosettaCodeData/Task/Loops-Nested/MATLAB/loops-nested.m

3 lines
52 B
Mathematica
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
a = ceil(rand(100,100)*20);
[ix,iy]=find(a==20,1)