Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'matlab';
assert(isequal(your_fcn_name(x),2))
ans =
2
|
2 | Pass |
%%
x = 'mathworks';
assert(isequal(your_fcn_name(x),1))
ans =
1
|
3 | Pass |
%%
x = 'try a long sentence to know';
assert(isequal(your_fcn_name(x),0))
ans =
0
|
4 | Pass |
%%
x = 'lips';
spoiler=1
assert(isequal(your_fcn_name(x),spoiler))
spoiler =
1
ans =
1
|
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
Cell Counting: How Many Draws?
581 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
521 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!