控制系统计算机辅助设计,matlab仿真的一些小练习
plot(t,y),grid on
得图7:
图7
即得到该闭环传递函数系统的阶跃响应。
6s3 26s2 6s 20
3-6.已知系统的闭环传递函数 (s) 4,试分析该系统的稳定32
s 3s 4s 2s 2性。 解答:
想要得到系统的稳定性,只需分析闭环传递函数的极点即可 编写M-file并命名为zuoye26.m
p=[1 3 4 2 2]; x=roots(p)
随后在Command Window中运行zuoye26.m,回车得到结果:

