We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Minimum example:
# two RHP'sG = zpk([],[1,1], gain=1) bode_plot(G)bode_plot((G,G))
The second call shows a figure with different phases for each (identical) system.