Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(isequal(hackathon1,randi(10000)))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In hackathon1 (line 2)
In evaluateCode', '/users/mss.system.9H0GL5/+cody/verifyCode.m', 238)" style="font-weight:bold">cody.verifyCode>evaluateCode (line 238)
In cody.verifyCode (line 43)
In mls.internal.fevalJSON (line 14)]
ans =
1
|
2 | Pass |
%%
assert(isequal(hackathon1,randi(10000)))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In hackathon1 (line 2)
In evaluateCode', '/users/mss.system.9H0GL5/+cody/verifyCode.m', 238)" style="font-weight:bold">cody.verifyCode>evaluateCode (line 238)
In cody.verifyCode (line 43)
In mls.internal.fevalJSON (line 14)]
ans =
1
|
3 | Pass |
%%
assert(isequal(hackathon1,randi(10000)))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In hackathon1 (line 2)
In evaluateCode', '/users/mss.system.9H0GL5/+cody/verifyCode.m', 238)" style="font-weight:bold">cody.verifyCode>evaluateCode (line 238)
In cody.verifyCode (line 43)
In mls.internal.fevalJSON (line 14)]
ans =
1
|
4 | Pass |
%%
assert(isequal(hackathon1,randi(10000)))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In hackathon1 (line 2)
In evaluateCode', '/users/mss.system.9H0GL5/+cody/verifyCode.m', 238)" style="font-weight:bold">cody.verifyCode>evaluateCode (line 238)
In cody.verifyCode (line 43)
In mls.internal.fevalJSON (line 14)]
ans =
1
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Renaming a field in a structure array
731 Solvers
Back to basics 2 - Function Path
163 Solvers
364 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!