We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bd3d5 commit b3287f9Copy full SHA for b3287f9
1 file changed
control/matlab/timeresp.py
@@ -58,9 +58,8 @@ def step(sys, T=None, X0=0., input=0, output=None, return_x=False):
58
'''
59
from ..timeresp import step_response
60
61
-
62
T, yout, xout = step_response(sys, T, X0, input, output,
63
- transpose = True, return_x=return_x)
+ transpose = True, return_x=True)
64
65
if return_x:
66
return yout, xout, T
0 commit comments