Separate Digits from a single number in Simulink

版本 2.0.0.0 (19.4 KB) 作者: James
Separate Digits from a single number in Simulink
434.0 次下载
更新时间 2015/7/7

查看许可证

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'.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 General Applications 的更多信息
致谢

启发作品: Binary Stopwatch with Arduino

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
2.0.0.0

Added decimals, Updated title

1.0.0.0