10000 Add markov example, add example to doc · python-control/python-control@446a161 · GitHub
[go: up one dir, main page]

Skip to content

Commit 446a161

Browse files
committed
Add markov example, add example to doc
1 parent 4c1f4ca commit 446a161

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

doc/examples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ other sources.
3535
kincar-flatsys
3636
mrac_siso_mit
3737
mrac_siso_lyapunov
38+
markov
3839

3940
Jupyter notebooks
4041
=================

doc/markov.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../examples/markov.py

doc/markov.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Estimation of Makrov parameters
2+
79CB -------------------------------
3+
4+
Code
5+
....
6+
.. literalinclude:: markov.py
7+
:language: python
8+
:linenos:
9+
10+
11+
Notes
12+
.....
13+
14+
1. The environment variable `PYCONTROL_TEST_EXAMPLES` is used for
15+
testing to turn off plotting of the outputs.0

0 commit comments

Comments
 (0)
0