Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
peta = 40;
nano_correct = 7.5;
assert(isequal(round(peta_to_nano(peta)*1000)/1000,nano_correct))
|
2 | Pass |
peta = 250;
nano_correct = 1.2;
assert(isequal(round(peta_to_nano(peta)*10)/10,nano_correct))
|
Reverse the Words (not letters) of a String
297 Solvers
192 Solvers
185 Solvers
399 Solvers
Remove white space from the string
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!