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.]
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.]
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.]
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.]
ans =
1
|
1599 Solvers
Make an N-dimensional Multiplication Table
113 Solvers
248 Solvers
Back to basics 25 - Valid variable names
293 Solvers
Number of digits in an integer
336 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!