Question 11.8.2: By employing MATLAB, perform the root locus plot of the foll......

By employing MATLAB, perform the root locus plot of the following control system whose open-loop transfer function

G(s)H(s){=}K G_{o}(s){=}\frac{K(5s+10)}{s^{2}(s+1)}

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

Expanding the given open-loop transfer function, one has

G_{o}(s)={\frac{5s+10}{s^{3}+s^{2}}}

The input to and output from MATLAB are included in Program Listing 11.2 and Figure 11E2.

Program Listing 11.2
>> num = [0 0 5 10];
>> den = [1 1 0 0];
>> rlocus(num,den,‘k’)
>> title(‘Root Locus Plot of Example 2 Section 11.8’)
758

Related Answered Questions

Question: 11.8.17

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.16

Verified Answer:

The open-loop transfer function is G(s)H(s)...
Question: 11.8.15

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.14

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.13

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.12

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.11

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.10

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.9

Verified Answer:

The input to and output from MATLAB are included i...
Question: 11.8.8

Verified Answer:

The input to and output from MATLAB are included i...