Convert decimal integer string to hexadecimal representation and back
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Convert decimal integer string to hexadecimal representation and back.
char2hex(S) returns a 2-D string array where each row is the hexadecimal representation of each decimal integer string in the rows of S. S must be a character array containing only decimal digits or leading spaces. Unlike Matlab's dec2hex, this function can return exact representations for integers greater than 2^52.
hex2char(H) returns a 2-D string array where each row is the decimal representation of each hexadecimal integer string in the rows of H. H must be a character array containing only hexadecimal digits. Unlike Matlab's hex2dec, this function can return exact representations for integers greater then 2^52.
Cite As
Andrew Horchler (2026). char2hex - hex2char (https://github.com/horchler/char2hex-hex2char), GitHub. Retrieved .
General Information
- Version 1.2.0.0 (4.25 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.0.0 | Added image, fixed bug for vector inputs |
||
| 1.1.0.0 | Improved description |
