Arrow size too big in Python's control Nyquist Plot

前端 未结 0 1318
暗喜
暗喜 2021-01-18 05:00

When I use the following code:

from control.matlab import *
import matplotlib.pyplot as plt   
s= tf(\'s\')
G  = 1/(s+1)*s
plt.figure(figsize=(12,6))
nyquist(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题