Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a='azy';
b='azy'
y_correct = 1;
assert(isequal(string_comp(a,b),y_correct))
b =
'azy'
|
2 | Pass |
a='azy';
b='lazy'
y_correct = 0;
assert(isequal(string_comp(a,b),y_correct))
b =
'lazy'
|
1309 Solvers
1763 Solvers
Calculate the height of an object dropped from the sky
165 Solvers
156 Solvers
299 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!