Read diadem file

Read NI Diadem files into Matlab. Designed for use with files using the Block store method
1.2K Downloads
Updated 8 Apr 2011

View License

Script that reads in NI Diadem files into Matlab. It takes the .dat file, which contains the header info, as input and outputs a structure with the different channels present in the R32 file.

Designed for use with the BLOCK store method, so an extension has to written for files using the CHANNEL store method.

Also, all data fields in the R32 file must have the same precision and length. Otherwise an error is returned.

Cite As

Emile Demarteau (2024). Read diadem file (https://www.mathworks.com/matlabcentral/fileexchange/30982-read-diadem-file), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Data Import and Analysis in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Changed file, to not display all .dat contents.

1.0.0.0