- Ensure your Simulink model is open and loaded.
- Navigate to the "Debug" tab in the Simulink toolbar.
- Under the "Information Overlays" section, click on the "Function Connectors" button.
how to show the relation ship between simulink function and its caller
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
wenchao zhang
am 29 Dez. 2024
Kommentiert: wenchao zhang
am 29 Dez. 2024
hello, in my simulink model i define several simulink functiion, and in somewhere in the model i will call these simulink functions, now i want directlty shows relation ship between them(for example current simulink function is called by which part), i rember simulink have such a function, it can show the relation ship use a line, but now i forget, just like following:

0 Kommentare
Akzeptierte Antwort
Abhas
am 29 Dez. 2024
To visually display the relationship between Simulink functions and their callers in your Simulink model, follow the below steps:
The above steps will add visual connectors (lines) between function callers and their respective Simulink functions.
You may refer to the official MathWorks documentation link on using the Function Connectors tool: https://www.mathworks.com/help/simulink/slref/use-connectors-tool-to-visualize-connections-between-blocks.html
I hope this helps!
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!