필터 지우기
필터 지우기

how to find the properties of a simulink library block using matlab script

조회 수: 12 (최근 30일)
Chidubem Okoli
Chidubem Okoli 2019년 6월 24일
답변: Pullak Barik 2019년 6월 25일
So I have a project to check the properties of all library blocks in simulink model and find which blocks contain a CopyFcn in their properties. Any help please?

답변 (1개)

Pullak Barik
Pullak Barik 2019년 6월 25일
I guess you should read up about get_param and the 'ObjectProperties' parameter for the get_param function. You can then use get_param on the necessary library blocks to check for CopyFcn.
Link- get_param

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by