How do I determine the licenses & toolboxes required for a Simulink model when I don't have all licenses to run the model?

38 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2023-6-5
In MATLAB R2019b and later, finding the required licenses for a particular model does not require that all licenses be active on your current machine.
However, in MATLAB R2019a and earlier, this is only possible if you have access to all required licenses for the specific model. In this case, we suggest finding the person who last worked on, developed, or executed the model, or the computer on which it was last executed.
In R2019b and later, anyone can use the following methods:
(1) Use Dependency Analyzer to see the list of required products:https://www.mathworks.com/help/simulink/ug/model-dependency-viewer.html
(2) Programmatically determine required licenses using 'dependencies.toolboxDependencyAnalysis':https://www.mathworks.com/help/simulink/slref/dependencies.toolboxdependencyanalysis.html
(3) If your model is part of a Simulink project, use the 'Impact Analysis' tool to find the required toolboxes for the project:https://www.mathworks.com/help/simulink/ug/perform-impact-analysis.html
By using one of these strategies, you should be able to determine the required toolboxes and, therefore, the licenses required for a particular model or project.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by