Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = '950 Blue Hill Ave.Dorchester, MA 2124(42.29189440573543, -71.0887162019496)';
y = string('950 Blue Hill Ave.Dorchester, MA 2124');
assert (all(y == myFun(x)));
|
2 | Pass |
x= '259 Allandale Rd.Jamaica Plain, MA 2467(42.30236456682541, -71.14054916195282)';
y = string('259 Allandale Rd.Jamaica Plain, MA 2467');
assert (all(y == myFun(x)));
|
3 | Pass |
x = '850 Harrison Ave.Boston, MA 2118(42.33517814576012, -71.07473087474541)';
y = string('850 Harrison Ave.Boston, MA 2118');
assert (all(y == myFun(x)));
|
4 | Pass |
x = '23-29 Tucker St.Dorchester, MA 2124(42.30786999970087, -71.06340000010977)';
y = string('23-29 Tucker St.Dorchester, MA 2124');
assert (all(y == myFun(x)));
|
Program an exclusive OR operation with logical operators
639 Solvers
316 Solvers
216 Solvers
238 Solvers
215 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!