Access Lookup Table Data from MATLAB command line
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
Fangjun Jiang
2019-5-7
1 个投票
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 个评论
João Araújo
2019-5-8
Fangjun Jiang
2019-5-8
get_param(FullBlockPath, 'Table')
João Araújo
2019-5-10
类别
在 帮助中心 和 File Exchange 中查找有关 Lookup Tables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!