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.

You are now following this Submission

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 (2026). factortable (https://www.mathworks.com/matlabcentral/fileexchange/115910-factortable), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with R2019a and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0

Changed to use groupcounts to speed process.

1.0.0