Reference or linked block in simulink
显示 更早的评论
Hello, I have a 2-D Lookup Table (Table1) in a subsystem 3.3.3.2. Now I want some kind of linked copy (Table2) of that "reference" table in a subsystem 3.4. That means: When I change the values of Table1, Table2 should also use exactly this new values of Table1, without touching it.
The background: New table values are exactly and only given to Table1, they are not taken from workspace. The whole model works without MATLAB workspace.
I know it's possible to route more than 1 signal through Table1 by muxing signals, but that's not the requested solution.
Is it possible to link Lookup Tables in this way?
Thank you for your help!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Lookup Tables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!