Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
tic;
N=10^6;
x=rand(1,N);
y=Aye(N);
assert(numel(y)==N*N)
assert(isequal(x*y,x))
assert(toc<2)
|
280 Solvers
Return unique values without sorting
588 Solvers
Flag largest magnitude swings as they occur
582 Solvers
366 Solvers
224 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!