Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 'hallelujah';
assert(isequal(your_fcn_name(x),y_correct))
x =
'hallelujah'
|
Determine whether a vector is monotonically increasing
11917 Solvers
4597 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
Find out value of sine given by degree.
231 Solvers
353 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!