Azzera filtri
Azzera filtri

Cannot compute the root locus of models with complex data

7 visualizzazioni (ultimi 30 giorni)
Hi everyone,
I'm trying to use the function "rlocusplot(H)" with a comlex transfer function: H = 1/(s + 1 + 1i), without success.
Could someone please help me. Many thanks!
Best regards
Tony

Risposte (1)

Paul
Paul il 29 Apr 2024
Well, you can always loop through values of K and for each value of K solve for s that satisfies
den(s) + K*num(s) = 0
and plot the resulting values of s.
For simple, or even moderately complex, problems, the function roots would be helpful.
If you don't mind me asking, what kind of problem results in a trasnfer function with complex coefficients?
  2 Commenti
Tony
Tony il 30 Apr 2024
Hi Paul, thanks for answer!
So you mean, there isn't a function like rlocus(H1) from matlab for transfer function with complex coefficients ?
Paul
Paul il 30 Apr 2024
Not that I'm aware of. But you can search the doc.

Accedi per commentare.

Prodotti


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by