We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcf1a9 commit 32b5b3eCopy full SHA for 32b5b3e
1 file changed
external/yottalab.py
@@ -469,6 +469,11 @@ def set_aw(sys,poles):
469
def placep(A,B,P):
470
"""Return the steady state value of the step response os sysmatrix K for
471
pole placement
472
+
473
+ This function require a wrapper with fortran source for solving the
474
+ pole placement problem (otherwise there are bad conditioned results
475
+ by MIMO systems!)
476
+ Please ask the author for complete sources roberto.bucher@supsi.ch
477
478
Usage
479
=====
0 commit comments