Are "Model Advisor" and "Simulink Check" the exact same tool?
26 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Harald
2025-8-28,7:21
Simulink Check is a product. Model Advisor is a tool in Simulink that has basic capabilities without a license for Simulink Check and significantly more capabilities when a license for Simulink Check is available. This doc page describes what users can and can't do with Model Advisor depending on whether they have a Simulink Check license:
Since you specify R2012b as the version, note that Simulink Check was introduced in R2017b:
更多回答(1 个)
Dev
2025-8-28,9:40
Model Advisor and Simulink Check are closely related, however, they have slight differences.
Model Advisor
- Model Advisor is a tool within MATLAB/Simulink that checks your Simulink models and libraries for modelling standards, guidelines, and best practices.
- It provides a graphical user interface for running checks, reviewing results, and fixing issues.
- Model Advisor can be extended with custom checks.
Please refer to the documentation link for more info- https://www.mathworks.com/help/simulink/slref/model-advisor.html
Simulink Check
- Simulink Check is an add-on product to Simulink.
- It provides additional checks, reports, and capabilities for standards compliance (such as ISO 26262, DO-178, MISRA, etc.).
- Simulink Check also includes features for traceability, custom check authoring, and integration with requirements.
Please refer to the documentation link for more info- https://www.mathworks.com/products/simulink-check.html
The Relationship
When you have Simulink Check installed, it significantly extends the functionality available in the Model Advisor. Model Advisor is the framework/interface for running checks. Simulink Check is a product that adds more checks and features to the Model Advisor and without Simulink Check, you still have the Model Advisor, but with a more limited set of basic checks.
I hope the above explanation helps to solve your query.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Check Model Compliance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!