How do I obtain the interface name information of the protected model?
조회 수: 2 (최근 30일)
이전 댓글 표시
Simulink references a protected Model through a model block. How do I obtain the interface name information of the protected model?
댓글 수: 0
답변 (1개)
Arjun
2024년 7월 12일
Hi,
As per my understanding, you want to know the details of the Protected Model which is referenced by a Simulink Model Block. It can be done by using the Protected Model Report. When a Protected Model is generated then a Protected Model Report is also generated with it and using this you can get to know the Interface details.
Whenever a Model Block references a Protected Block, a Shield badge is displayed we just have to click right on the Shield badge and select Display Report option. A summary of the Protected Model will be displayed to you with all the crucial information like the Model Version, Simulink Version and Interface information. You can leverage that to solve the problem.
You can refer to this documentation to know more regarding the same: https://www.mathworks.com/help/simulink/slref/protected-models-for-model-reference.html
Hope it helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Model Protection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!