Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(numCmp('12.3456',12.3456))
|
2 | Pass |
assert(numCmp('12.3456',12.3456789))
|
3 | Pass |
assert(~numCmp('12.3456',12.345))
|
4 | Pass |
assert(~numCmp('12.34567890',12.3456))
|
5 | Pass |
assert(numCmp('12e6',12e6))
|
6 | Pass |
assert(~numCmp('54',100))
|
2486 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
780 Solvers
819 Solvers
Create a cell array out of a struct
508 Solvers
613 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!