Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
rand(1,12345);
assert(isequal(randi(10000),hackathon3))
[Warning: Function /users/msssystem19/rand.m has the same name as a MATLAB builtin. We suggest you
rename the function to avoid a potential name conflict.]
[> In rand at 2
In verifyCode>evaluateCode at 227
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function /users/msssystem19/assert.m has the same name as a MATLAB builtin. We suggest you
rename the function to avoid a potential name conflict.]
[> In rand at 2
In verifyCode>evaluateCode at 227
In verifyCode at 40
In fevalJSON at 14]
ans =
2
ans =
1
ans =
1
|
2 | Pass |
%%
assert(isequal(randi(10000),hackathon3))
ans =
2
ans =
1
ans =
1
|
3 | Pass |
%%
assert(isequal(randi(10000),hackathon3))
ans =
2
ans =
1
ans =
1
|
4 | Pass |
%%
assert(isequal(randi(10000),hackathon3))
ans =
2
ans =
1
ans =
1
|
Extract leading non-zero digit
1205 Solvers
Find state names that end with the letter A
708 Solvers
1800 Solvers
Flag largest magnitude swings as they occur
582 Solvers
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!