Find out which addons are used by Simulink project

5 views (last 30 days)
How can I found out which addons are used by my Simulink project?
I am working on a project with a few other people, but currently we don't all have the same addons on our laptops, and the project only builds now on a laptop where all Matlab toolboxes are installed. We do not all have enough space on our laptops to install all toolboxes, so it would be nice to know which addons are actually used for the project so we only need to install those.

Answers (1)

Mark McBroom
Mark McBroom on 2 Feb 2021
You used both the term "toolbox" and "addon" in your description. For Toolboxes, which are licensed products, type the following after you have opended and run your project. This will tell you which licensed products are used by your project.
license('inuse')
Addons are no-charge additions made to your installation with the "Add-On" explorer. I am not sure if there is a way to determine which of these are being used.
Thanks.
Mark.

Categories

Find more on Project Management in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!