Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'matlab';
assert(isequal(your_fcn_name(x),2))
ans =
[]
|
2 | Pass |
%%
x = 'mathworks';
assert(isequal(your_fcn_name(x),1))
ans =
[]
|
3 | Pass |
%%
x = 'try a long sentence to know';
assert(isequal(your_fcn_name(x),0))
ans =
[]
|
4 | Pass |
%%
x = 'lips';
spoiler=1
assert(isequal(your_fcn_name(x),spoiler))
spoiler =
1
ans =
[]
|
135 Solvers
122 Solvers
How many trades represent all the profit?
520 Solvers
Calculate the height of an object dropped from the sky
165 Solvers
Switch matrix to a column vector
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!