mdfSaveAttachment
Syntax
Description
mdfSaveAttachment(
saves all the
embedded attachments from the specified MDF-file to the current MATLAB working folder. The
attachments are saved with their existing names. mdfFileName
)mdfFileName
specifies an
absolute, relative, or URL path to the MDF-file. The MDF-file itself can be on a remote
server, but the attachments saved by mdfSaveAttachment
are local
files.
mdfSaveAttachment(___, Attachment=
saves only those attachments specified by attachment ID, indicating an attachment numerical
index or string name. Specify multiple indices or strings in an array.attachmentID
)
mdfSaveAttachment(___, OutputFolder=
specifies the location for the saved files.outputFolder
)