How can I convert a raw matrix into a sequence of digits?
4 次查看(过去 30 天)
显示 更早的评论
I need to convert a raw matrix into a sequence of digits (single element matrices)using simulink block that gives one element at a time because I am using (Integer to binary converter) that gives me 1x8 matrix and I need to transmit those binary digits one by one through a communication channel..
6 个评论
Nazim Mohamed
2015-2-16
Hello, is it possible to run the simulation in 'inf' and modify the constant value while simulation ?
采纳的回答
Azzi Abdelmalek
2012-11-13
编辑:Azzi Abdelmalek
2012-11-16
You can use an Index Vector block with 8 input, the control input is a repeating sequence stair [0 1 2 3 4 5 6 7] block. If it's not clear I will post a simulink model
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/172104/image.jpeg)
3 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Communications Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!