Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(convert('Billy lost 22 pounds in four weeks.'),'Billy lost 10 kgs in four weeks.'))
convertn =
10
converted =
Billy lost 10 kgs in four weeks.
|
2 | Pass |
assert(isequal(convert('Maria gained 10 kgs in four months.'),'Maria gained 22 pounds in four months.'))
convertn =
0×0 empty char array
convertn =
22
converted =
Maria gained 10 kgs in four months.
converted =
Maria gained 22 pounds in four months.
|
3 | Pass |
assert(isequal(convert('Billy lost 44 pounds in 44 weeks.'),'Billy lost 20 kgs in 44 weeks.'))
convertn =
20
converted =
Billy lost 20 kgs in 44 weeks.
|
4 | Pass |
assert(isequal(convert('Maria gained 20 kgs in 20 months.'),'Maria gained 44 pounds in 20 months.'))
convertn =
0×0 empty char array
convertn =
44
converted =
Maria gained 20 kgs in 20 months.
converted =
Maria gained 44 pounds in 20 months.
|
Back to basics 3 - Temp Directory
328 Solvers
348 Solvers
Selecting books on MATLAB for experts and beginners (blindfolded)
64 Solvers
Flip the main diagonal of a matrix
506 Solvers
227 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!