What is the BlockType name for Lookup Tables?

조회 수: 4 (최근 30일)
Ubaldo
Ubaldo 2016년 7월 27일
댓글: Dharaneedharan Arumugam 2018년 12월 12일
I need to change the parameters of a number of tables in my Simulink model. However the following
Search_Path = 'MyModel/MySubsystem';
blks = find_system(Search_Path,'BlockType','Lookup Table (n-D)')
produce
blks =
Empty cell array: 0-by-1
but the proposed solution does not seem to work.

채택된 답변

Ilham Hardy
Ilham Hardy 2016년 7월 27일
Have you tried with:
blks = find_system(Search_Path,'BlockType','Lookup_n-D');
  댓글 수: 2
Ubaldo
Ubaldo 2016년 7월 27일
You made my day! :)
Dharaneedharan Arumugam
Dharaneedharan Arumugam 2018년 12월 12일
I am still getting the same empty cell array output.!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by