HexCompare

Basic hex editor for viewing and comparing files
905 descargas
Actualizado 27 oct 2010

Ver licencia

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);

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Toolbox Distribution en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0