Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 simulink 新手,我想知道是否可以在运行时修改 simulink 模型。我正在使用 goto 和 from 块构建家庭交换数据的模型,我可以在运行时更改 goto 标签值,还是可以在运行时向总线创建器添加新输入。
我会很感激任何重播,这是紧急的。
谢谢
不,您不能在模拟运行时更改模型的拓扑。您只能更改参数和信号数据。
(请注意,GoTo 和 From 块是“虚拟的”——它们实际上只是为了图形方便,这样您就不必画一条可能会使模型混乱的线。在引擎盖下,这些块就像它们通过一条线。)
您需要弄清楚如何以另一种方式进行数据传输。