Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 55;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 500;
y_correct = 550;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 100;
y_correct = 110;
assert(isequal(your_fcn_name(x),y_correct))
|
3967 Solvers
4326 Solvers
Make one big string out of two smaller strings
1148 Solvers
Side of an equilateral triangle
2595 Solvers
548 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!