exportToVersion
Class: slreq.LinkSet
Namespace: slreq
Export link set to previous MATLAB version
Syntax
tf = exportToVersion(myLinkSet,name,version)
Description
saves a copy of the link set tf
= exportToVersion(myLinkSet
,name
,version
)myLinkSet
as a new link set file that is
compatible with the MATLAB® version specified by version
and with file name specified
by name
. The method returns 1
if the file is exported.
The file is saved in the current folder.
Note
You can only export link sets to version R2017b or later.
Input Arguments
Output Arguments
Examples
Tips
If the link set contains links to Model-Based Design artifacts, you might also need to export the artifacts to a previous version for the links to be resolved. For more information, see Export Link Sets.
You can export a requirement set to a previous version by using the
exportToVersion
method ofslreq.ReqSet
.
Version History
Introduced in R2018a