Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = [12 78 5 23 09 67 82 18];
y_correct = [5 82];
assert(isequal(min_max(a),y_correct))
ans =
[]
|
2 | Pass |
a = [12 178 15 23 09 67 82 18];
y_correct = [09 178];
assert(isequal(min_max(a),y_correct))
ans =
[]
|
501 Solvers
Number of 1s in a binary string
2818 Solvers
224 Solvers
Calculate square and cube of number
248 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!