Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 55;
assert(isequal(your_fcn_name(x),y_correct))
ans =
55
|
2 | Pass |
x = 500;
y_correct = 550;
assert(isequal(your_fcn_name(x),y_correct))
ans =
550
|
3 | Pass |
x = 100;
y_correct = 110;
assert(isequal(your_fcn_name(x),y_correct))
ans =
110
|
927 Solvers
Arrange vector in ascending order
624 Solvers
264 Solvers
Matlab Basics - Create a row vector
277 Solvers
Rotate a matrix for 180 degree
133 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!