HexCompare

版本 1.0.0.0 (2.8 KB) 作者: Dirk-Jan Kroon
Basic hex editor for viewing and comparing files
910.0 次下载
更新时间 2010/10/27

查看许可证

This function is an basic hex editor for viewing and comparing files (editing is not supported)

hexcompare(Filename) % View bytes of a binary file

or,

hexcompare(Filename1, Filename2) % Compare binary files

or,

hexcompare(X) % View uint8 data


Example (view),
hexcompare('hexcompare.m');

Example (compare),
X1 = uint8(0:5000);
X2 = X1;
X2(10)= 6;
hexcompare(X1,X2);

引用格式

Dirk-Jan Kroon (2024). HexCompare (https://www.mathworks.com/matlabcentral/fileexchange/29146-hexcompare), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Toolbox Distribution 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0