JDEC2HEX

버전 1.0.0.0 (443 Bytes) 작성자: Michael Kleder
Uses Java to convert arbitrary length decimal to hex (for nonnegative integers)
다운로드 수: 2.1K
업데이트 날짜: 2005/11/11

라이선스 없음

This function uses Java to convert arbitrary length decimal numbers to hexadecimal, for nonnegative integers. (Therefore, it is the inverse of the previously posted JHEX2DEC function.) Remember that inputs and outputs are character arrays. It does not require the Symbolic Toolbox.

USAGE:
h = jdec2hex(d);

VARIABLES:
d = decimal intput character array
h = hexdecimal output character array

인용 양식

Michael Kleder (2024). JDEC2HEX (https://www.mathworks.com/matlabcentral/fileexchange/8986-jdec2hex), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0