Real Value Conversion to Binary with Range
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
Más respuestas (1)
b
el 11 de Mayo de 2012
1 comentario
Walter Roberson
el 11 de Mayo de 2012
Let B be the binary digits. Then
bin2dec(char(B + '0')) ./ 2^10
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!