How can I determine which blocksets my Simulink model uses?

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

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

Community Treasure Hunt

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

Start Hunting!