Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
a='harsa';
b='harish';
y_correct = 1;
assert(isequal(match(a,b),y_correct))
|
2 | Fail |
a='harsa';
b='hema';
y_correct = 0;
assert(isequal(match(a,b),y_correct))
|
3 | Fail |
a='sunitha';
b='surya';
y_correct = 1;
assert(isequal(match(a,b),y_correct))
|
1365 Solvers
3063 Solvers
Create matrix of replicated elements
321 Solvers
Fahrenheit to Celsius converter
358 Solvers
2099 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!