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))
|
536 Solvers
Arrange Vector in descending order
4077 Solvers
3065 Solvers
246 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!