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

42 ビュー (過去 30 日間)
How do I determine the licenses required for a Simulink model when I don't have all licenses to run the model?

採用された回答

MathWorks Support Team
MathWorks Support Team 2023 年 6 月 5 日
編集済み: 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 Center および File ExchangeIntroduction 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