Time based function simulink....
显示 更早的评论
I need to make a time based function in Simulink with values between 0 and 1 for 1 day in 10min steps.... Anybody having an idea please help....
采纳的回答
更多回答(2 个)
ES
2013-9-23
0 个投票
Are your output values discrete? I mean 1 and 0 only? In this case you can use a stateflow with two states 'on' and 'off' and a counter to move between the two states.
If your values are boundaries of continuous values, use a float output as a function (denominator factor) of the counter.
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!