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
2020-3-17
编辑: MathWorks Support Team
,2023-6-5
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
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!