Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'matlab';
assert(isequal(your_fcn_name(x),2))
y =
2
|
2 | Pass |
x = 'mathworks';
assert(isequal(your_fcn_name(x),1))
y =
1
|
3 | Pass |
x = 'try a long sentence to know';
assert(isequal(your_fcn_name(x),0))
y =
0
|
4 | Pass |
x = 'lips';
spoiler=1
assert(isequal(your_fcn_name(x),spoiler))
spoiler =
1
y =
1
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13046 Solvers
Back to basics 12 - Input Arguments
525 Solvers
248 Solvers
Create matrix of replicated elements
321 Solvers
Relative ratio of "1" in binary number
392 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!