Is there an equivalent function of unit delay in matlab that I can use in M-files?
Ältere Kommentare anzeigen
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 Kommentar
ES
am 21 Okt. 2013
You need this, use a MATLAB Fcn Block and place your code inside.
Antworten (1)
Arkadiy Turevskiy
am 23 Okt. 2013
2 Kommentare
Ulfat Hasangarayev
am 15 Mai 2021
What is Just sys out there? is that mistake?
Walter Roberson
am 15 Mai 2021
should be sys_no_delay
Kategorien
Mehr zu Control System Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!