How to make a kind of memory in simulink?
显示 更早的评论
Hello everybody,
I'm trying to make a model in simulink. This model have to simulate the outcoming flow of fluid from a tank. The flow is a variable, so in time it will and can be change (slider).
My problem is: I don't know how to built this kind of 'memory' in simulink. The new volume in the tank and the passed time have to set in a 'memory', so the same model can be used over en over again, in stead of building a model with dozen of 'copies', to simulate the process.
The example is attachment, it will show you how i've done it right now, but it isn't what i want. It's to complicated.
I hope somebody knows an answer/hint/trick or something to built a kind of memory for this problem.
Thanks
回答(1 个)
Iain
2014-8-27
1 个投票
There are "memory" and integrator blocks built into simulink....
4 个评论
Marcel Been
2014-8-27
Iain
2014-8-27
An integrator might be what you want.
If you set it to have the initial value that is the volume of water in the tank. You can then feed into it, the flow rate of water entering/exiting the tank...
Marcel Been
2014-8-27
Marcel Been
2014-8-27
类别
在 帮助中心 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!