フィルターのクリア

What is the BlockType name for Lookup Tables?

7 ビュー (過去 30 日間)
Ubaldo
Ubaldo 2016 年 7 月 27 日
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 Center および File ExchangeNonlinearity についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by