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))
|
952 Solvers
Remove the polynomials that have positive real elements of their roots.
630 Solvers
Make a run-length companion vector
512 Solvers
Fahrenheit to Celsius converter
358 Solvers
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!