1 Star 0 Fork 0

hongqi1029/autocontrol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
zero_pole.m 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
hongqi1029 提交于 2024-10-14 21:11 . 第一上传本地matlab 程序
Zeros1 = [1 1];
Zeros2 = [1 2];
Zeros3 = [1 3];
Zeros4 = [1 4];
Zeros5 = [1 5];
Gs = tf(5,[1 1 5]);
Gs1 = tf(Zeros1,[1 1 5]) * 5;
Gs2 = tf(Zeros2,[1 1 5])*5/2;
Gs3 = tf(Zeros3,[1 1 5])*5/3;
Gs4 = tf(Zeros4,[1 1 5])*5/4;
Gs5 = tf(Zeros5,[1 1 5])*5/5;
step(Gs,Gs1,Gs2,Gs3,Gs4,Gs5)
legend('Original System G(s)','z = -1','z = -2','z = -3','z = -4','z = -5')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/hongqi1029/autocontrol.git
git@gitee.com:hongqi1029/autocontrol.git
hongqi1029
autocontrol
autocontrol
master

搜索帮助