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 descargas
Actualizado 9 sep 2022

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2022a
Compatible con cualquier versión desde R2019a
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0

Changed to use groupcounts to speed process.

1.0.0