早教吧 育儿知识 作业答案 考试题库 百科 知识分享

帮我解释下这段程序[ap,bp,cp,dp]=augstate(ap,bp,C,D);cp=[cp;-K]dp=[dp;0];G=ss(ap,bp,cp,dp);[y,t,x]=step(G);plotyy(t,y(:,2:3),t,y(:,4));[ax,h1,h2]=plotyy(t,y(:,2:3),t,y(:,4));axis(ax(1),[02.500.1]),axis(ax(2),[02.5-10])

题目详情
帮我解释下这段程序 [ap,bp,cp,dp]=augstate(ap,bp,C,D); cp=[cp;-K]dp=[dp;0]; G=ss(ap,bp,cp,dp);
[y,t,x]=step(G);
plotyy(t,y(:,2:3),t,y(:,4));
[ax,h1,h2]=plotyy(t,y(:,2:3),t,y(:,4));
axis(ax(1),[0 2.5 0 0.1]),axis(ax(2),[0 2.5 -1 0])
▼优质解答
答案和解析
应该是绘图的.