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
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 (2024). Separate Digits from a single number in Simulink (https://www.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 LinuxCatégories
En savoir plus sur General Applications dans Help Center et MATLAB Answers
Tags
Remerciements
A inspiré : Binary Stopwatch with Arduino
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
2.0.0.0 | Added decimals, Updated title |
||
1.0.0.0 |