Skip to content

Commit b10c861

Browse files
committed
needed to import issiso, for the evalfr function
1 parent 2b897b8 commit b10c861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/matlab.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
from control.statesp import StateSpace, _rss_generate, _convertToStateSpace
9090
from control.xferfcn import TransferFunction, _convertToTransferFunction
9191
from control.lti import Lti #base class of StateSpace, TransferFunction
92+
from control.lti import issiso
9293
from control.frdata import FRD
9394
from control.dtime import sample_system
9495
from control.exception import ControlArgument

0 commit comments

Comments
 (0)