You are on page 1of 3

Daffodil International University

Lab Report

Course Code: EEE332


Course Name: Control System Laboratory
Experiment No: 04
Experiment Name: Study Of the System Stability Using Root Locus in the
‘MATLAB’ Software

Submitted To Submitted By
Mohammed Mynuddin Name: Romena Parvin Keya
Lecturer ID: 133-33-1648 SEC: A
Department: EEE Department: EEE
Daffodil International University Daffodil International University
Date of Submission: 31- 07 -2017
Consider an open loop system which has a transfer
function of
Y(s) S+ 2
H(s)= --------- = ------------------------------
U(s) (S+7) (S+1)(S+3)(S+5)
Command:
>> n=[1,2];
>> d=conv(conv([1,7],[1,1]),conv([1,3],[1,5]));
>> rlocus(n,d)

Root Locus

You might also like