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

3 次查看(过去 30 天)
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!

标签

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by