Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a='harsa';
b='harish';
y_correct = 1;
assert(isequal(match(a,b),y_correct))
|
2 | Pass |
a='harsa';
b='hema';
y_correct = 0;
assert(isequal(match(a,b),y_correct))
|
3 | Pass |
a='sunitha';
b='surya';
y_correct = 1;
assert(isequal(match(a,b),y_correct))
|
1600 Solvers
1326 Solvers
338 Solvers
315 Solvers
Is this triangle right-angled?
2393 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!