HexCompare

Basic hex editor for viewing and comparing files
ダウンロード: 925
更新 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 (2026). HexCompare (https://jp.mathworks.com/matlabcentral/fileexchange/29146-hexcompare), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2010b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersToolbox Distribution についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0