What is the BlockType name for Lookup Tables?

4 次查看(过去 30 天)
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');

更多回答(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