Replacing specific block with subsystems

2 次查看(过去 30 天)
I want to replace all the 'Memoey ' blocks in a model with a subsystem which would have the functionality of 'Memory' block. But the initial condition to the 'Memory' block should be passed from From workspace block as the initial conditions are changed frequently. I have the initial conditions stored in an array. Any help is appreciated. I am using MATLAB 2020a

采纳的回答

Benjamin Thompson
Benjamin Thompson 2023-1-24
Here is one way. I think you would just use a constant block rather than From Workspace because From Workspace is looking to use a time sampled array or table, something like that.
  5 个评论
Benjamin Thompson
Benjamin Thompson 2023-1-25
After the first update, a memory block would make the output equal to input. This is what "initial condition" means. Or you may find that the Delay block is a better behavior, since it should be that output is delayed one step from the current input. You may experiment.
I do not know whether the From Workspace block can do what you want. Here is a link with more information.
Anubhav Routray
Anubhav Routray 2023-3-13
Hi.
Could you please also suggest such a subsystem which would have the functionality of a 'Unit Delay' block?
Thanks

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Subsystems 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by