Question
Root Locus of the function without using matlab simulation

(175s + 40000) Y (s) U(s) (0.8s40.987s3 1475.6s2 + 175s +40000)
0 0
Add a comment Improve this question Transcribed image text
Answer #1

close all,
clear all,
clc,

%Transfer Function
% Hs = (175.s + 40000) / (0.8.s^4 + 0.987.s^3 + 1475.6.s^2 + 175.s + 40000)
% Hs = (0.s^4 + 0.s^3 + 0.s^2 + 175.s + 40000) / (0.8.s^4 + 0.987.s^3 + 1475.6.s^2 + 175.s + 40000)
h = tf([0 0 0 175 40000],[0.8 0.987 1475.6 175 40000]);
rlocus(h);
title('Root Locus of Hs = (175.s + 40000) / (0.8.s^4 + 0.987.s^3 + 1475.6.s^2 + 175.s + 40000)');

Root Locus of Hs (175s 40000)(08.0937. 1475.6 175.s +40000) 1000 800 600 400 200 -200 -800 1000 200 200 400 Real Axis

Add a comment
Know the answer?
Add Answer to:
Root Locus of the function without using matlab simulation (175s + 40000) Y (s) U(s) (0.8s40.987s3 1475.6s2 + 175s...
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