Python-control 以通常的方式打印 nyquistplot

问题描述

我一直试图找出为什么我的 python 会以这种奇怪的方式打印奈奎斯特图。这是问题的一个简单示例: 我的代码

import matplotlib.pyplot as plt
import control as ctl
import cmath
G = ctl.tf([1,-3],[1,1,-2])
print(G)
ctl.nyquist(G)
plt.grid(True)
plt.show()

结果:

enter image description here

这些巨大的箭头怎么样?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)