Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(pfactors(5),[]))
y =
[]
|
2 | Pass |
assert(isequal(pfactors(10),[2 5]))
y =
2 5
|
3 | Pass |
assert(isequal(pfactors(12),[2 3 4 6]))
y =
2 3 4 6
|
4 | Pass |
assert(isequal(pfactors(15432),[2 3 4 6 8 12 24 643 1286 1929 2572 3858 5144 7716]))
y =
2 3 4 6 8 12 24 643 1286 1929 2572 3858 5144 7716
|
4107 Solvers
Remove any row in which a NaN appears
6827 Solvers
Determine if a Given Number is a Triangle Number
322 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
2781 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!