Main Content
exportToVersion
Class: slreq.ReqSet
Namespace: slreq
Export requirement set to previous MATLAB version
Syntax
tf = exportToVersion(rs,name,version)
Description
saves a copy of the requirement set tf
= exportToVersion(rs
,name
,version
)rs
with the file name
name
that is compatible with the MATLAB® version version
. The function returns 1
if the file exports. The function saves the file in the current folder. If the requirement set
has an associated link set, exportToVersion
also exports the link set and
saves it in the current folder.
Note
You can export requirement sets only to version R2017b or later.
Input Arguments
Output Arguments
Examples
Tips
You can export a link set to a previous version with the
exportToVersion
method ofslreq.LinkSet
.
Version History
Introduced in R2018a