i solved it but its size is 62
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [7 10 6 4];
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
n =
4
k =
0
u =
[]
y =
3
y =
7
y =
9
|
2 | Pass |
x = [1 2 3 2];
y_correct = 3;
assert(isequal(your_fcn_name(x),y_correct))
n =
4
k =
0
u =
[]
y =
1
y =
2
y =
3
|
3 | Pass |
x = -5:5:30;
y_correct = 35;
assert(isequal(your_fcn_name(x),y_correct))
n =
8
k =
0
u =
[]
y =
5
y =
10
y =
15
y =
20
y =
25
y =
30
y =
35
|
4 | Pass |
x = [45 -16 34 19 120];
y_correct = 227;
assert(isequal(your_fcn_name(x),y_correct))
n =
5
k =
0
u =
[]
y =
61
y =
111
y =
126
y =
227
|
485 Solvers
1263 Solvers
Sum of diagonal of a square matrix
1327 Solvers
Convert a vector into a number
503 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!