Control System MATLAB, Lab Reports of Matlab skills

MATLAB Simulations for transfer functions

Typology: Lab Reports

2025/2026

Uploaded on 03/05/2026

rabeetah-ateeq-ateeq-ur-rauf-mct-pe
rabeetah-ateeq-ateeq-ur-rauf-mct-pe 🇵🇰

1 document

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Rabeetah Ateeq
23PWMCT0865
LAB 9 Task 1
t = [0:0.1:15];
G_num = [2 5 1];
G_dem = [1 2 3];
G = tf(G_num,G_dem);
H = zpk([-2],[-10,-5],[5]);
sys_resp = feedback(G,H,-1);
step(sys_resp,t);

Partial preview of the text

Download Control System MATLAB and more Lab Reports Matlab skills in PDF only on Docsity!

Rabeetah Ateeq

23PWMCT

LAB 9 Task 1

t = [0:0.1:15]; G_num = [2 5 1]; G_dem = [1 2 3]; G = tf(G_num,G_dem); H = zpk([-2],[-10,-5],[5]); sys_resp = feedback(G,H,-1); step(sys_resp,t);