Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 1;
y_correct = 1;
assert(isequal(SetXValue(x,y),y_correct))
|
2 | Pass |
x=5;
y = [ 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 ];
y_correct = [ 5 3 5 7 5 11 5 15 5 19 5 23 5 27 5];
assert(isequal(SetXValue(x,y),y_correct))
|
Extract leading non-zero digit
967 Solvers
196 Solvers
Create a two dimensional zero matrix
275 Solvers
80 Solvers
211 Solvers