Main Content
copyTo
Class: matlab.automation.diagnostics.FileArtifact
Namespace: matlab.automation.diagnostics
Copy artifacts to new location
Syntax
newArtifacts = copyTo(artifact,destination)
Description
newArtifacts = copyTo(
copies artifacts to a new location and returns an array of updated
artifact
,destination
)matlab.automation.diagnostics.Artifact
instances. The
copyTo
method sets the Location
property on
each instance of newArtifacts
to
destination
.
Input Arguments
Examples
Version History
Introduced in R2017a