Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = '950 Blue Hill Ave.Dorchester, MA 02124';
y = string('950 Blue Hill Ave., Dorchester, MA 02124');
assert (all(y == myFun(x)));
|
2 | Pass |
x = '259 Allandale Rd.Jamaica Plain, MA 02467';
y = string('259 Allandale Rd., Jamaica Plain, MA 02467');
assert (all(y == myFun(x)));
|
3 | Pass |
x = '850 Harrison Ave.Boston, MA 02118';
y = string('850 Harrison Ave., Boston, MA 02118');
assert (all(y == myFun(x)));
|
4 | Pass |
x = '23-29 Tucker St.Dorchester, MA 02124';
y = string('23-29 Tucker St., Dorchester, MA 02124');
assert (all(y == myFun(x)));
|
Back to basics 9 - Indexed References
392 Solvers
How long is the longest prime diagonal?
338 Solvers
238 Solvers
525 Solvers
2981 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!