binary convertion data simulink
显示 更早的评论
Is there anyway of converting a binary data into decimal in simulink? Or doing a operation in binary?
回答(1 个)
Hey @Danilo NASCIMENTO, you can convert binary data into decimal format in Simulink by using a combination of blocks that interpret the binary data and convert it to a decimal number.
Please follow below steps:
- Open Simulink
- Create a New Model
- Add these blocks: Constant Block, Data Type Conversion Block and Dsiplay Block.
- Configure and Connect the Blocks
- Run Simulation.
类别
在 帮助中心 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!