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))
|
1092 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
Given a 4x4 matrix, swap the two middle columns
515 Solvers
480 Solvers
314 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!