Access Lookup Table Data from MATLAB command line
Mostra commenti meno recenti
Hello,
I am trying to build a script to extract data from a model. In this case I need to extract data from Lookup tables.
Using find_system with 'BlockDialogParams' I can find all the referenced variables inside blocks, but I cannot know which ones they are. Namely in lookup tables, I would like to know which variable is X, Y, table, etc.
Is there a way to extract this information from the block via command?

Thanks in advance.
Risposta accettata
Più risposte (1)
Fangjun Jiang
il 7 Mag 2019
1 voto
For example, set_param(FullBlockPath, 'Table','rand(5,5)');
web(fullfile(docroot, 'simulink/slref/block-specific-parameters.html#mw_bcbf0db9-99c3-49db-b165-cbaa8e19fa2d'))
3 Commenti
João Araújo
il 8 Mag 2019
Fangjun Jiang
il 8 Mag 2019
get_param(FullBlockPath, 'Table')
João Araújo
il 10 Mag 2019
Categorie
Scopri di più su Lookup Tables in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!