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)
|
Determine whether a vector is monotonically increasing
11914 Solvers
2197 Solvers
Get the area codes from a list of phone numbers
532 Solvers
686 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!