JDEC2HEX

版本 1.0.0.0 (443 字节) 作者: 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