例如,sys=tf([1],[0.5,1],'inputdelay',5);最后一个参数5代表延时5秒。
simulink的话 time delay编写程序的话 在tf里面添加inputdelay一项就是滞后
pause(5);