Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 13;
y_correct = 7;
assert(isequal(pi_digit(x),y_correct))
y =
7
|
2 | Pass |
x = 14;
y_correct = 9;
assert(isequal(pi_digit(x),y_correct))
y =
9
|
3 | Pass |
x = 15;
y_correct = 3;
assert(isequal(pi_digit(x),y_correct))
y =
3
|
192 Solvers
401 Solvers
399 Solvers
Check if number exists in vector
4468 Solvers
340 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!