This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'matlab';
assert(isequal(your_fcn_name(x),2))
|
2 | Pass |
%%
x = 'mathworks';
assert(isequal(your_fcn_name(x),1))
|
3 | Pass |
%%
x = 'try a long sentence to know';
assert(isequal(your_fcn_name(x),0))
|
4 | Pass |
%%
x = 'lips';
spoiler=1
assert(isequal(your_fcn_name(x),spoiler))
spoiler =
1
|
165 Solvers
306 Solvers
Check if number exists in vector
4465 Solvers
376 Solvers
264 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!