char2hex - hex2char
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.
인용 양식
Andrew Horchler (2024). char2hex - hex2char (https://github.com/horchler/char2hex-hex2char), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.2.0.0 | Added image, fixed bug for vector inputs |
|
|
1.1.0.0 | Improved description |
|