Find out which addons are used by Simulink project

10 次查看(过去 30 天)
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.

回答(1 个)

Mark McBroom
Mark McBroom 2021-2-2
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.

类别

Help CenterFile Exchange 中查找有关 Project Management 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by