0% found this document useful (0 votes)
67 views1 page

pcs2 Program Root Locus Matlab

This document discusses using root locus analysis to analyze the stability of a system. It defines a transfer function with a gain k and calculates the root locus plot to show how the poles move in the complex plane with increasing k. It then creates a transfer function with specific numerator and denominator coefficients and plots the root locus to analyze system stability.

Uploaded by

darknessmon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views1 page

pcs2 Program Root Locus Matlab

This document discusses using root locus analysis to analyze the stability of a system. It defines a transfer function with a gain k and calculates the root locus plot to show how the poles move in the complex plane with increasing k. It then creates a transfer function with specific numerator and denominator coefficients and plots the root locus to analyze system stability.

Uploaded by

darknessmon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

%Root locus

%The poles are roots of the charactistic


equation 1+k*L0(s).let us creat the
%transfer function L0(s)
GH = tf([1,2],[1,2,1,-2]);
rlocus(GH);
sgrid;

You might also like