MATLAB控制系统的step响应。

조회 수: 2 (최근 30일)
N/A
N/A 2022년 11월 19일
[Num,Den]=series(Num1,Den1,Num2,Den2);
[Numc,Denc]=cloop(Num,Den,-1);
t=[0:0:001:0.5];
y=step(Numc,Denc,t);
plot(t,y);
xlabel(‘Time’);
ylabel(‘Amplitude’)
title(‘Step input response’);
grid;
谁能帮我解释每一列的用意?
Magic matrix. 是神么....

답변 (0개)

카테고리

Help CenterFile Exchange에서 编程에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!