Is there an equivalent function of unit delay in matlab that I can use in M-files?
이전 댓글 표시
I would like to write a script M-file to simulate the time delay phenomenon of discrete dynamical system. To hold the feedback control signal at an arbitrary time delay, which is a multiple of sampled time, one can use either the z-1 or z-n module in simulink. Is there equivalent matlab functions that support such function that I can implement in M-files? Thanks in advance.
댓글 수: 1
ES
2013년 10월 21일
You need this, use a MATLAB Fcn Block and place your code inside.
답변 (1개)
Arkadiy Turevskiy
2013년 10월 23일
댓글 수: 2
Ulfat Hasangarayev
2021년 5월 15일
What is Just sys out there? is that mistake?
Walter Roberson
2021년 5월 15일
should be sys_no_delay
카테고리
도움말 센터 및 File Exchange에서 Control System Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!