Is there a tool which produces a graphical (or textual) representation of the data dependencies of a model?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I would like to know what other TMW users have seen in terms of graphical representation of data dependencies for a simulink model. For example, if I have a large model with many subsystems, and these subsystem feedback data upstream using memory blocks, is there a tool that will show me a graphical representation of these feedback dependencies? A textual representation would be acceptable as well. A TMW tool would be best, but a 3d party tool would also be acceptable. thanks
0 commentaires
Réponses (1)
Sebastian Castro
le 17 Mar 2015
There are two tools I can think of, both of which are included with a standard Simulink license.
1. Model Dependency Viewer: This will only show you the model and library dependencies of a particular Simulink model.
2. Impact Analysis : This requires you to have your model (and its dependencies) inside a Simulink project.
The second approach will have more information (requirements links, MATLAB/other data file dependencies, images/code references, etc.); however, it does take a bit more effort to set up a Simulink project. Not much, though -- so I would look into it!
- Sebastian
0 commentaires
Voir également
Catégories
En savoir plus sur Dependency Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!