Find Armstrong Numbers for Certain Range

Version 1.0.0 (1,3 ko) par Rafi Ahmed
Function of Armstrong numbers for certain range.
7 téléchargements
Mise à jour 28 sept. 2019

Afficher la licence

computes the armstrong numbers from xstart to xend inclusive
Armstrong number is a number that is the sum of its each digit raised to the power of the length of that number. Ex-1,2,3,4,153,370,371,407

For instance, 407 has number of digits 3 and the digits are 4,0 and 7
hence, the sum = 4^3 + 0^3 + 7^3 = 407

Citation pour cette source

Rafi Ahmed (2024). Find Armstrong Numbers for Certain Range (https://www.mathworks.com/matlabcentral/fileexchange/72882-find-armstrong-numbers-for-certain-range), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2018b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Digital Input and Output dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0