1 Star 0 Fork 0

hongqi1029/autocontrol

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

搜索帮助