isfread: updated

Reads Tek scope .isf binary files

You are now following this Submission

An update to John Lipp's original; fixes several issues with Tek format changes over the years. Backwards compatible with older scope formats.

Output format is a little different, with separate time vector and data vectors. Example:

[t, d, hdr] = isfread('file.isf');
plot(t,d(:,1));

Cite As

Mark Unrath (2026). isfread: updated (https://se.mathworks.com/matlabcentral/fileexchange/24402-isfread-updated), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: isfread

Inspired: isfread

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

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