This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'gadag';
y_correct = 'gadag';
assert(isequal(your_fcn_name(x),y_correct))
|
Determine whether a vector is monotonically increasing
11925 Solvers
Back to basics 9 - Indexed References
392 Solvers
360 Solvers
373 Solvers
Finding an element in a vector
136 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!