mdfCreate
Create MDF-file with metadata
Description
mdfCreate(
creates an MDF-file at the
location specified by mdfFile
)mdfFile
, using default file metadata. The file name
must include the extension .dat
, .mdf
, or
.mf4
.
mdfCreate(
creates
an MDF-file using the specified metadata to configure during file creation. The structure
mdfFile
,FileInfo=infoStruct)infoStruct
must be of the form returned by the mdfInfo
function,
which you can use to create the structure and then modify it as needed. The supported values
for the infoStruct.Version
field are '3.00'
,
'3.10'
, '3.20'
, '3.30'
,
'4.00'
, '4.10'
, and
'4.20'
.
creates an MDF-file and returns its full path name as a string to the variable
newMDFFile
= mdfCreate(___)newMDFFile
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a