HexCompare

Basic hex editor for viewing and comparing files

Vous suivez désormais cette soumission

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

Citation pour cette source

Dirk-Jan Kroon (2026). HexCompare (https://fr.mathworks.com/matlabcentral/fileexchange/29146-hexcompare), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Share and Distribute Software dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0