factortable

Creates a table of factors, with a column showing unique factors of an integer, and a second column showing the power of each factor.
3 Downloads
Updated 9 Sep 2022

View License

Given an integer, creates an nx2 matrix where n is the number of unique factors of the integer. The second column shows the number of occurrences of each factor in the integer's prime factorization.

Cite As

Charles Kluepfel (2024). factortable (https://www.mathworks.com/matlabcentral/fileexchange/115910-factortable), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with R2019a and later releases
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0

Changed to use groupcounts to speed process.

1.0.0