How can I convert a raw matrix into a sequence of digits?
Show older comments
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 Comments
Walter Roberson
on 13 Nov 2012
Are you looking to convert numbers into decimal digits and then you will later convert the decimal digits to binary? Or are you looking to convert the numbers directly to binary?
Will these numbers be integral, or will they contain fractions as well? Will the numbers always be non-negative?
hadi
on 13 Nov 2012
Azzi Abdelmalek
on 13 Nov 2012
What is your maximum integer number, 256?
hadi
on 13 Nov 2012
hadi
on 13 Nov 2012
Nazim Mohamed
on 16 Feb 2015
Hello, is it possible to run the simulation in 'inf' and modify the constant value while simulation ?
Accepted Answer
More Answers (0)
Categories
Find more on Signal Attributes and Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!