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!