Save attachment from MDF-file
saveAttachment(
saves the specified attachment from the MDF-file to the current MATLAB working
folder. The attachment is saved with its existing name.mdfObj
,AttachmentName
)
saveAttachment(
saves the specified attachment from the MDF-file to the given destination. You can
specify relative or absolute paths to place the attachment in a specific
folder.mdfObj
,AttachmentName
,DestFile
)