Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 15;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
y =
1
|
2 | Pass |
x = 15.25;
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
y =
0
|
3 | Pass |
x = 10;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
y =
1
|
Make one big string out of two smaller strings
1149 Solvers
Make a run-length companion vector
512 Solvers
858 Solvers
Who has power to do everything in this world?
318 Solvers
2045 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!