What is the BlockType name for Lookup Tables?

4 Ansichten (letzte 30 Tage)
Ubaldo
Ubaldo am 27 Jul. 2016
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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by