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))
y =
7.5000
|
2 | Pass |
peta = 250;
nano_correct = 1.2;
assert(isequal(round(peta_to_nano(peta)*10)/10,nano_correct))
y =
1.2000
|
1600 Solvers
Back to basics 19 - character types
225 Solvers
325 Solvers
276 Solvers
724 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!