Labrador/Old Matlab Interface/findtest.m

6 lines
58 B
Matlab

a = 324567890;
tic
b = find(a>9999999,1, 'first');
toc
b;