Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [7 10 6 4];
y_correct = 9;
assert(isequal(your_fcn_name(x),y_correct))
tot =
[]
tot =
3
tot =
3 4
tot =
3 4 2
|
2 | Pass |
x = [1 2 3 2];
y_correct = 3;
assert(isequal(your_fcn_name(x),y_correct))
tot =
[]
tot =
1
tot =
1 1
tot =
1 1 1
|
3 | Pass |
x = -5:5:30;
y_correct = 35;
assert(isequal(your_fcn_name(x),y_correct))
tot =
[]
tot =
5
tot =
5 5
tot =
5 5 5
tot =
5 5 5 5
tot =
5 5 5 5 5
tot =
5 5 5 5 5 5
tot =
5 5 5 5 5 5 5
|
4 | Pass |
x = [45 -16 34 19 120];
y_correct = 227;
assert(isequal(your_fcn_name(x),y_correct))
tot =
[]
tot =
61
tot =
61 50
tot =
61 50 15
tot =
61 50 15 101
|
17123 Solvers
4327 Solvers
306 Solvers
Relative ratio of "1" in binary number
392 Solvers
Matlab Basics - y as a function of x
339 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!