Question

Figure is missing from Chapter 5, Problem 19P (Modern Control Engineering (4th Edition)) . Please upload...

Figure is missing from Chapter 5, Problem 19P (Modern Control Engineering (4th Edition)) . Please upload it again.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Problem from the book is:

MATLAB code for the question is given below

%----------code

clear all;
s=tf('s');
j=1; % initialization of j
Y=[]; %Initialization of Y matrix
Geta=[]; %Initialization of Geta vector
for i=0.2:0.2:1
geta=i;
G=(s+1)/(s^2+2*geta*s+1); % Transfer function
[y,t]=step(G,10); % step response for 10 seconds
Y(:,j)=y;
T=t;
Geta(j)=i;
j=j+1;
end
surf(T,Geta,Y') % 3D plot of response
title('Step response with different value of "geta" ')
xlabel('Time (sec)')
ylabel('geta')
zlabel('Output of response')

%---------------

The plot is shown below

Add a comment
Know the answer?
Add Answer to:
Figure is missing from Chapter 5, Problem 19P (Modern Control Engineering (4th Edition)) . Please upload...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT