필터 지우기
필터 지우기

How to find list of all lookup tables in simulink model

조회 수: 11 (최근 30일)
GIRIDHAR ASV
GIRIDHAR ASV 2018년 9월 17일
답변: Rishabh Gupta 2018년 9월 24일
How to find list of all the look up table blocks from matlab command window

답변 (1개)

Rishabh Gupta
Rishabh Gupta 2018년 9월 24일
Hi Giridhar,
You could use the "find_system" command to find the subsystems/blocks in the Simulink model from the MATLAB command window.
result = find_system('model_name','blockType','Lookup_n-D')
This would find all Lookup Table in your Model and return it in the form of a cell array.
For more detailed information, refer to the documentation : https://www.mathworks.com/help/simulink/slref/find_system.html
I hope this helps.

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by