How can I convert a raw matrix into a sequence of digits?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hadi
am 13 Nov. 2012
Kommentiert: Nazim Mohamed
am 16 Feb. 2015
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 Kommentare
Nazim Mohamed
am 16 Feb. 2015
Hello, is it possible to run the simulation in 'inf' and modify the constant value while simulation ?
Akzeptierte Antwort
Azzi Abdelmalek
am 13 Nov. 2012
Bearbeitet: Azzi Abdelmalek
am 16 Nov. 2012
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

3 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!