User`s guide
9 Custom Types of Requirements Documents
9-4
Custom Link Type Functions
To create a MATLAB function file, start with the custom link type template, located in:
matlabroot/toolbox/slvnv/reqmgt/linktypes/linktype_TEMPLATE.m
Your custom link type function:
• Must exist on the MATLAB path with a unique function and file name.
• Cannot require input arguments.
• Must return a single output argument that is an instance of the requirements link
type class.
To view similar files for the built-in link types, see the following files in
matlabroot\toolbox\slvnv\reqmgt\linktypes:
linktype_rmi_doors.m
linktype_rmi_excel.m
linktype_rmi_html.m
linktype_rmi_text.m