What is the BlockType name for Lookup Tables?

3 vues (au cours des 30 derniers jours)
Ubaldo
Ubaldo le 27 Juil 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.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by