Skip to content

Commit 1e6c704

Browse files
committed
Add docstring to example and rename it
1 parent edfdf1c commit 1e6c704

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/test-statefbk.py renamed to examples/check-controllability-and-observability.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# test-statefbk.py - Example for state feedback code
2-
# RMM, 6 Sep 2010
1+
""" check-controllability-and-observability.py
2+
3+
Example to check the controllability and the observability of a state space system.
4+
RMM, 6 Sep 2010
5+
"""
36

47
from scipy import * # Load the scipy functions
58
from control.matlab import * # Load the controls systems library

0 commit comments

Comments
 (0)