Custom Root Locus Plot

10 次查看(过去 30 天)
Evan Thomas
Evan Thomas 2019-3-2
I need to create a custom rlocus plot in the app designer which does not support the native rlocus command.
I used [r,k] = rlocus(sys) and grabbed the r and k vectors and used pzmap poles and zeros to plot up a custom rlocus plot.
However, I would like to plot the current gain of my system on the rlocus plot. Neither dcgain(sys) nor [z,g]=zero(sys) nor [a,b,k]=zpkdata(sys) seem to be giving me accurate answers, except for the most simple of systems.
Any suggestions on how I can get this done? Thanks!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Classical Control Design 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by