Real Value Conversion to Binary with Range
이전 댓글 표시
Again, i write on the same topic. Sorry for that.
Within the range values (e.g. [0,25]) how can i convert my real numbers to binary digits. The number of bits must be 15..
Thanks
채택된 답변
추가 답변 (1개)
b
2012년 5월 11일
0 개 추천
댓글 수: 1
Walter Roberson
2012년 5월 11일
Let B be the binary digits. Then
bin2dec(char(B + '0')) ./ 2^10
카테고리
도움말 센터 및 File Exchange에서 Numeric Types에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!