Separate Digits from a single number in Simulink

Version 2.0.0.0 (19,4 ko) par James
Separate Digits from a single number in Simulink
446 téléchargements
Mise à jour 7 juil. 2015

Afficher la licence

Just a simple function that separates a single number (also decimals) to its constituent digits.
For example, if the number is 4328.76,

The model separates this number to 6 digits/output signals: '4' , '3' , '2' , '8' , '7' and '6'.

Citation pour cette source

James (2026). Separate Digits from a single number in Simulink (https://fr.mathworks.com/matlabcentral/fileexchange/52015-separate-digits-from-a-single-number-in-simulink), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur General Applications dans Help Center et MATLAB Answers
Remerciements

A inspiré : Binary Stopwatch with Arduino

Version Publié le Notes de version
2.0.0.0

Added decimals, Updated title

1.0.0.0