Obtain the step response of G1, store the output in y1 and plot along with. the data y. y1 = step(G1,t) ;. figure(3). plot(t,y1). hold on. plot(t,y, '--').
確定! 回上一頁