Negitive number from a hex value
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Duke
el 29 de En. de 2014
Respondida: Walter Roberson
el 4 de Feb. de 2014
If I go into the windows calculator and type in -69 in decimal and I convert that to hex I get FFFFFFBB. If I go into MatLab and I type int32(hex2dec('FFFFFFBB')) I get 2147483647. Is there any way that I can take a hex value and get the negative representation of the value, so I’d like FFFFFFBB in MatLab to give me -69. Thanks!
Respuesta aceptada
Más respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!