Create Requirements Traceability Report for Projects
To create a report for requirements traceability data in a project:
Open your project.
At the MATLAB® command prompt, enter the following:
rmi('projectreport')
The MATLAB Web browser opens, showing the traceability report for the project.
This top-level HTML report contains a separate section for Simulink® model files, MATLAB code files, and other files included in the project. For each individual file with one or more associated requirements links, a separate HTML report, or sub-report, shows the requirements traceability data for that file. The top-level report contains links to each sub-report.
If you have a MATLAB file with requirements traceability links that is not part of a project,
you can create a separate report for the MATLAB file using the rmi('report', matlabfilepath)
command.
For more information, see rmi
.