Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
MEGA = 21;
J_correct = 8.7864e+16;
assert(isequal(MEGATNT(MEGA),J_correct))
|
2 | Pass |
MEGA = 50;
J_correct = 2.0920e+17;
assert(isequal(MEGATNT(MEGA),J_correct))
|
3 | Pass |
MEGA = 7000;
J_correct = 2.9288e+19;
assert(isequal(MEGATNT(MEGA),J_correct))
|
4 | Pass |
MEGA = 110000000;
J_correct = 4.6024e+23;
assert(isequal(MEGATNT(MEGA),J_correct))
|
Number of 1s in a binary string
2818 Solvers
Output any real number that is neither positive nor negative
316 Solvers
411 Solvers
347 Solvers
302 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!