This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
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'
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In string_comp (line 2)
In ScoringEngineTestPoint1 (line 4)
In solutionTest (line 3)]
|
2 | Pass |
a='azy';
b='lazy'
y_correct = 0;
assert(isequal(string_comp(a,b),y_correct))
b =
'lazy'
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In string_comp (line 2)
In ScoringEngineTestPoint2 (line 4)
In solutionTest (line 5)]
|
3877 Solvers
278 Solvers
Find out total non zero element of matrix
147 Solvers
Average speed for the entire trip
87 Solvers
729 Solvers