Main Content
mdf
(Not recommended) Access information contained in MDF file
The mdf
function is not recommended and might be removed in a future
release. Use mdfRead
and related
functions instead. See Version History.
Description
The mdf
function creates an object for accessing a
measurement data format (MDF) file. See Measurement Data Format (MDF).
identifies a measurement data format (MDF) file and returns an MDF file object, which you
can use to access information and data contained in the file. You can specify a full or
partial path to the file.mdfObj
= mdf(mdfFileName
)