8000 Merge pull request #521 from murrayrm/describing_functions · python-control/python-control@c04431f · GitHub
[go: up one dir, main page]

Skip to content

Commit c04431f

Browse files
authored
Merge pull request #521 from murrayrm/describing_functions
Add describing functions capability
2 parents 0320595 + 93d97cc commit c04431f

File tree

12 files changed

+1238
-30
lines changed

12 files changed

+1238
-30
lines changed

control/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
# Note: the functions we use are specified as __all__ variables in the modules
4949
from .bdalg import *
5050
from .delay import *
51+
from .descfcn import *
5152
from .dtime import *
5253
from .freqplot import *
5354
from .lti import *

0 commit comments

Comments
 (0)
0