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))
|
Who has power to do everything in this world?
318 Solvers
convert matrix to single column
306 Solvers
125 Solvers
218 Solvers
Determine if input is divisible by three.
162 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!