Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Have i forgot it'
y = 'Have I forgot it'
assert(isequal(correctIt(x),y))
x =
'Have i forgot it'
y =
'Have I forgot it'
[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 correctIt (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
x = 'i like it'
y = 'I like it'
assert(isequal(correctIt(x),y))
x =
'i like it'
y =
'I like it'
[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 correctIt (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
312 Solvers
Make one big string out of two smaller strings
1149 Solvers
Replace multiples of 5 with NaN
358 Solvers
462 Solvers
128 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!