Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = magic(5);
y_correct =[ 0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0
ans =
0 24 0 8 0
0 0 0 14 16
4 6 0 20 22
10 12 0 0 0
0 18 0 2 0
|
Increment a number, given its digits
562 Solvers
308 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
489 Solvers
construct matrix with identical rows
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!