Main Content
saveAttachment
(Not recommended) Save attachment from MDF file
The saveAttachment
function is not recommended and might be
removed in a future release. Use mdfSaveAttachment
(Vehicle Network Toolbox) instead. See Version History.
Description
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
)