We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ab400 commit 596e5edCopy full SHA for 596e5ed
doc/era_msd.py
@@ -0,0 +1 @@
1
+../examples/era_msd.py
doc/era_msd.rst
@@ -0,0 +1,15 @@
+ERA example, mass spring damper system
2
+--------------------------------------
3
+
4
+Code
5
+....
6
+.. literalinclude:: era_msd.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
doc/examples.rst
@@ -35,6 +35,7 @@ other sources.
35
kincar-flatsys
36
mrac_siso_mit
37
mrac_siso_lyapunov
38
+ era_msd
39
40
Jupyter notebooks
41
=================
0 commit comments