Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 13;
y_correct = 7;
assert(isequal(pi_digit(x),y_correct))
|
2 | Pass |
x = 14;
y_correct = 9;
assert(isequal(pi_digit(x),y_correct))
|
3 | Pass |
x = 15;
y_correct = 3;
assert(isequal(pi_digit(x),y_correct))
|
2730 Solvers
Given two strings, find the maximum overlap
300 Solvers
Back to basics 21 - Matrix replicating
904 Solvers
Create matrix of replicated elements
266 Solvers
07 - Common functions and indexing 6
282 Solvers