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
11924 Solvers
228 Solvers
180 Solvers
284 Solvers
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!