Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
y =
1
|
2 | Pass |
x = 1.5;
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
y =
0
|
Return the first and last character of a string
3447 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
Flip the vector from right to left
2666 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!