Skip to content

Commit 16457d7

Browse files
committed
explicit import of stochsys in matlab, per @bnavigator
1 parent 7acd3fc commit 16457d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/matlab/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
from ..rlocus import rlocus
8585
from ..dtime import c2d
8686
from ..sisotool import sisotool
87-
from ..stochsys import *
87+
from ..stochsys import lqe, dlqe
8888

8989
# Functions that are renamed in MATLAB
9090
pole, zero = poles, zeros

0 commit comments

Comments
 (0)