Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 13;
y_correct = 7;
assert(isequal(pi_digit(x),y_correct))
st =
31415926535897.93
y =
7
|
2 | Pass |
x = 14;
y_correct = 9;
assert(isequal(pi_digit(x),y_correct))
st =
314159265358979.3
y =
9
|
3 | Pass |
x = 15;
y_correct = 3;
assert(isequal(pi_digit(x),y_correct))
st =
3141592653589793
y =
3
|
Number of 1s in the Binary Representation of a Number
356 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
531 Solvers
320 Solvers
275 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!