Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(pfactors(5),[]))
|
2 | Pass |
assert(isequal(pfactors(10),[2 5]))
|
3 | Pass |
assert(isequal(pfactors(12),[2 3 4 6]))
|
4 | Pass |
assert(isequal(pfactors(15432),[2 3 4 6 8 12 24 643 1286 1929 2572 3858 5144 7716]))
|
Find relatively common elements in matrix rows
865 Solvers
Find the maximum number of decimal places in a set of numbers
734 Solvers
420 Solvers
531 Solvers
1096 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!