How do I obtain the interface name information of the protected model?

조회 수: 2 (최근 30일)
Fangping
Fangping 2024년 7월 12일
답변: Arjun 2024년 7월 12일
Simulink references a protected Model through a model block. How do I obtain the interface name information of the protected model?

답변 (1개)

Arjun
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!

카테고리

Help CenterFile Exchange에서 Model Protection에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by