How do I determine the licenses & toolboxes required for a Simulink model when I don't have all licenses to run the model?
37 views (last 30 days)
Show older comments
MathWorks Support Team
on 17 Mar 2020
Edited: MathWorks Support Team
on 5 Jun 2023
How do I determine the licenses required for a Simulink model when I don't have all licenses to run the model?
Accepted Answer
MathWorks Support Team
on 5 Jun 2023
Edited: MathWorks Support Team
on 5 Jun 2023
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 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!