isfread: updated

Reads Tek scope .isf binary files
1,5K téléchargements
Mise à jour 10 juin 2009

Afficher la licence

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

Citation pour cette source

Mark Unrath (2024). isfread: updated (https://www.mathworks.com/matlabcentral/fileexchange/24402-isfread-updated), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2007b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : isfread

A inspiré : isfread

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0