- Notifications
You must be signed in to change notification settings - Fork441
-
Hello from control.matlab import * Located athttps://python-control.readthedocs.io/en/latest/generated/control.sisotool.html It wouldn't generate a figure when running in a terminal? (I'm using windows) Regards |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Hi, Did you set up your interactive terminal to plot Matplotlib figures? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi, Thank you anyway |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi all, import matplotlib.pyplot as plt sys = tf([1000], [1,25,100,0]) plt.show() |
BetaWas this translation helpful?Give feedback.