User`s guide

Associate Traceability Information with MATLAB Code Lines in Simulink
8-13
file and navigate back to Simulink by selecting the shortcut in the Requirements
Traceability context menu.
rmi('highlightModel', 'slvnvdemo_synaptic_transmission');
rmipref('BiDirectionalLinking',true);
Create Traceability Link for Lines of MATLAB Code
The Synaptic time constant block in the bottom left corner of the model is not yet linked
to its related line in parameters script.
Make sure that bi-directional linking is enabled, so that you can create two-way
traceability links in one step. First, in the Simulink Editor, select the Synaptic time
constant block. Then, in the MATLAB Editor, select the variable name Syn_decay_time
at the bottom of the synaptic_params script. Right-click on the selected line and from the
context menu, choose Requirements Traceability > Link to Selection in Simulink.
Test the new links by navigating from MATLAB to Simulink and back to MATLAB.