Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(reverseDigits(x),y_correct))
ans =
1
|
2 | Pass |
x = 10;
y_correct = 1;
assert(isequal(reverseDigits(x),y_correct))
ans =
1
|
3 | Pass |
x = 675;
y_correct = 576;
assert(isequal(reverseDigits(x),y_correct))
ans =
576
|
Back to basics 4 - Search Path
321 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
405 Solvers
214 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!