How can I determine which blocksets my Simulink model uses?

8 views (last 30 days)
For MATLAB code, there's matlab.codetools.requiredFilesAndProducts to help you determine which MATLAB toolboxes the code requires. Is there a similar capability for Simulink models?

Accepted Answer

Sebastian Castro
Sebastian Castro on 7 Oct 2015
For Simulink, there is dependencies.toolboxDependencyAnalysis.
If you'd like, you can also do this in a more graphical manner using model manifests.
- Sebastian

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!