Find out which addons are used by Simulink project

7 visualizaciones (últimos 30 días)
Roy Meijer
Roy Meijer el 1 de Feb. de 2021
Respondida: Mark McBroom el 2 de Feb. de 2021
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.

Respuestas (1)

Mark McBroom
Mark McBroom el 2 de Feb. de 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.

Categorías

Más información sobre Project Management en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by