Why is de2bi not working for large decimal number?
Show older comments
I am using de2bi in an attempt to convert from 1582000000 to a 32 digit binary number.
data=de2bi(data,32,2,'left-msb'); where data is 1582000000.
The left-most 16 digits are correct, but the right-most 16 digits are not. What am I doing wrong??
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Signal Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!