Variable storage in simulink
I am working on a simulink model, in which i am getting a supply of a a variable at certain time intervals and i need to use the recent 10 values of that variable only. how s开发者_如何学Pythonhould i proceed with that?
It's a bit cheesy, but how about using a chain of Unit Delay blocks?
精彩评论