This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(times5(1),5));
ans =
5
|
2 | Pass |
assert(isequal(times5(2),10));
ans =
10
|
3075 Solvers
965 Solvers
340 Solvers
Create a two dimensional zero matrix
354 Solvers
2099 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!