Does DEC2HEX or HEX2DEC work on negative numbers (twos complement)?
23 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I would like to use DEC2HEX and HEX2DEC on negative numbers but MATLAB only allows posiitve values.
Respuesta aceptada
MathWorks Support Team
el 25 de En. de 2010
The ability to use these functions on negative numbers is not available in MATLAB.
To work around this issue, use the following attached files:
ndec2hex.m
nhex2dec.m
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Web Services en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!