Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Tracing for system output to all the inputs and transforms

$
0
0
I am a systems engineer working with Simulink/Stateflow models written by multiple teams. When I conduct a verification-by-code-review activity, it is time consuming to identify all the input interfaces that can influence a specific output interface.

My current process is to identify the output interface on the top level model, right click on the interface and select "Highlight to Source". This highlights the interface and any transform that touches the interface.

The problem is that the function is not recursive or iterative. (it doesn't highlight the source of the source or the source of the source of the source ..., until it gets to the input interface) I have used screen-shots of the model to trace the execution and drill down through all relevant nested functions to highlight only the interfaces and transforms that can have an effect on the selected output.

Is there a clever tool that can do that without me having to write automation code?

Thanks in anticipation

Geoff

Viewing all articles
Browse latest Browse all 19628

Trending Articles