hexdump

Provide a hexadecimal dump of the contents of any file.

You are now following this Submission

hexdump(filename, n) prints the first n bytes of the named file in hexadecimal and ASCII. The program is only minimally-smart about ASCII: If the value is 32 or less, program will output '.', otherwise will try to output a character (which may not be printable if the value is >128).

Cite As

Randy Poe (2026). hexdump (https://www.mathworks.com/matlabcentral/fileexchange/4192-hexdump), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0