搜索资源列表
ROM_by_Matlab
- Rom.vhd with Matlab and file hex
HexBin_GLONASS
- Convert hex data to bin data
MATLAB-coding-m-hex-constellation
- MATLAB编码实现m进制星座图,星座图的绘制方法-MATLAB coding m hex constellation, constellation mapping method
DDSHEX
- 生成Intel Hex file的MATLAB源程序-MATLAB source generates Intel Hex file
one1
- 一个matlab gui小代码,用于数据进制的转换-A small code matlab gui for data hex conversion
chuyenso
- this code to convert Text from UART to PC and Hex to Dec. So you can used to imshow in matlab
Desktop
- it takes image as input in matlab , than convert i nto its equivalent hex value and than save into text file.-it takes image as input in matlab , than convert it into its equivalent hex value and than save into text file.
num2arr
- 读取二进制文件,转换成相应字节,图形化输出(translate bin-type to hex-type.Give information about attitude)
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %