Description Usage Arguments Value Examples
View source: R/control_stats.R
Calculates the modal control \insertCitehamdanMeasuresModalControllability1989netcontrol of a system defined by x_(t+1) = Ax_(t) + Bu_(t).
1 | modal_control(A, B)
|
A |
A n x n matrix. |
B |
A n x m matrix. |
A m x n matrix representing the control of the nth mode by the mth control input.
1 2 3 4 | A = matrix(c(0,-3,-2,2,-2,1,-1,2,-1), 3,3)
B = diag(3)
modal_control(A, B)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.