Step Response 如果传递函数的分子和分母都是已知的,那么我们可以通过tf命令来定义传递函数: sys = tf(num,den) num和den分别是传递函数的分子和分母系数,使用step函数来求出响应曲线: step(sys) 或者: step(num,den) EXAMPLE