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)
[Warning: Function /users/msssystem7/assert.m has the same name as a MATLAB builtin. We suggest you
rename the function to avoid a potential name conflict.]
[> In Aye at 2
In verifyCode>evaluateCode at 227
In verifyCode at 40
In fevalJSON at 14]
|
1600 Solvers
Get the length of a given vector
3570 Solvers
Vectorize the digits of an Integer
269 Solvers
483 Solvers
450 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!